diff options
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/FreeDesktopNotifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/FreeDesktopNotifier.cpp b/Swift/QtUI/FreeDesktopNotifier.cpp index 6db1da1..1edf19c 100644 --- a/Swift/QtUI/FreeDesktopNotifier.cpp +++ b/Swift/QtUI/FreeDesktopNotifier.cpp @@ -52,7 +52,7 @@ void FreeDesktopNotifier::showMessage(Type type, const String& subject, const St msg << hints; // Hints to the server displaying the message msg << qint32(timeout*1000); // Timeout in milliseconds - bus.call(msg); + bus.asyncCall(msg); } } |