pull/388/head
Loren Burkholder 4 years ago
parent 9c154e9747
commit 89304a5c6b
  1. 2
      src/notifications/ManagerLinux.cpp

@ -78,7 +78,7 @@ NotificationsManager::postNotification(const QString &roomid,
auto call = notifyApp.asyncCallWithArgumentList("Notify", argumentList);
auto watcher = new QDBusPendingCallWatcher{QDBusPendingCall{QDBusPendingReply{call}}};
connect(
watcher, &QDBusPendingCallWatcher::finished, this, [watcher, this, &roomid, &eventid]() {
watcher, &QDBusPendingCallWatcher::finished, this, [watcher, this, roomid, eventid]() {
if (watcher->reply().type() == QDBusMessage::ErrorMessage)
qDebug() << "D-Bus Error:" << watcher->reply().errorMessage();
else

Loading…
Cancel
Save