mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:05:47 -04:00
Qt: Compile fix
This commit is contained in:
@ -1236,7 +1236,7 @@ void QtHostInterface::saveScreenshot()
|
||||
{
|
||||
if (!isOnWorkerThread())
|
||||
{
|
||||
QMetaObject::invokeMethod(this, Qt::QueuedConnection, "saveScreenshot");
|
||||
QMetaObject::invokeMethod(this, "saveScreenshot", Qt::QueuedConnection);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user