Qt: Compile fix

This commit is contained in:
Connor McLaughlin
2020-12-17 01:25:57 +10:00
parent c0c035ab54
commit 30472b853d
+1 -1
View File
@@ -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;
} }