Use new connect syntax for QMetaObject::invokeMethod
This commit is contained in:
@@ -73,7 +73,7 @@ void PlaylistBackend::Close() {
|
||||
}
|
||||
|
||||
void PlaylistBackend::ExitAsync() {
|
||||
QMetaObject::invokeMethod(this, "Exit", Qt::QueuedConnection);
|
||||
QMetaObject::invokeMethod(this, &PlaylistBackend::Exit, Qt::QueuedConnection);
|
||||
}
|
||||
|
||||
void PlaylistBackend::Exit() {
|
||||
|
||||
Reference in New Issue
Block a user