mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-18 11:55:38 +00:00
Qt: Compile fix
This commit is contained in:
parent
c0c035ab54
commit
30472b853d
|
@ -1236,7 +1236,7 @@ void QtHostInterface::saveScreenshot()
|
||||||
{
|
{
|
||||||
if (!isOnWorkerThread())
|
if (!isOnWorkerThread())
|
||||||
{
|
{
|
||||||
QMetaObject::invokeMethod(this, Qt::QueuedConnection, "saveScreenshot");
|
QMetaObject::invokeMethod(this, "saveScreenshot", Qt::QueuedConnection);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue