Qt: Compile fix

pull/1239/head
Connor McLaughlin 6 years ago
parent c0c035ab54
commit 30472b853d

@ -1236,7 +1236,7 @@ void QtHostInterface::saveScreenshot()
{
if (!isOnWorkerThread())
{
QMetaObject::invokeMethod(this, Qt::QueuedConnection, "saveScreenshot");
QMetaObject::invokeMethod(this, "saveScreenshot", Qt::QueuedConnection);
return;
}

Loading…
Cancel
Save