From 30472b853de4e35c03add1d741664d586e30e13a Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 17 Dec 2020 01:25:57 +1000 Subject: [PATCH] Qt: Compile fix --- src/duckstation-qt/qthostinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/qthostinterface.cpp b/src/duckstation-qt/qthostinterface.cpp index fc7036d01..910fa0c20 100644 --- a/src/duckstation-qt/qthostinterface.cpp +++ b/src/duckstation-qt/qthostinterface.cpp @@ -1236,7 +1236,7 @@ void QtHostInterface::saveScreenshot() { if (!isOnWorkerThread()) { - QMetaObject::invokeMethod(this, Qt::QueuedConnection, "saveScreenshot"); + QMetaObject::invokeMethod(this, "saveScreenshot", Qt::QueuedConnection); return; }