diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-06 23:31:57 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-06 23:31:57 +0100 |
| commit | 5499dc58d09f07081c41b8e4dead810a82137939 (patch) | |
| tree | 6e82f57d36d7a3ae6a4fbc1f6f447d8b5886273b /daemon/manager.h | |
| parent | b03ee6521f61d02dcebb5d140f8d308479a89e35 (diff) | |
properly send acks for incoming appmsgs
Diffstat (limited to 'daemon/manager.h')
| -rw-r--r-- | daemon/manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/manager.h b/daemon/manager.h index 18bd7bf..bf83f75 100644 --- a/daemon/manager.h +++ b/daemon/manager.h @@ -103,7 +103,6 @@ private slots: void setMprisMetadata(QVariantMap metadata); void onAppNotification(const QUuid &uuid, const QString &title, const QString &body); - void onAppMessage(const QUuid &uuid, const QVariantMap &data); void onAppOpened(const QUuid &uuid); void onAppClosed(const QUuid &uuid); }; |
