summaryrefslogtreecommitdiff
path: root/daemon/watchcommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/watchcommands.h')
-rw-r--r--daemon/watchcommands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/watchcommands.h b/daemon/watchcommands.h
index ee58cbe..6ce70bb 100644
--- a/daemon/watchcommands.h
+++ b/daemon/watchcommands.h
@@ -2,12 +2,14 @@
#define WATCHCOMMANDS_H
#include "watchconnector.h"
+#include "Logger"
#include <QObject>
class WatchCommands : public QObject
{
Q_OBJECT
+ LOG4QT_DECLARE_QCLASS_LOGGER
watch::WatchConnector *watch;
@@ -20,6 +22,9 @@ signals:
public slots:
void processMessage(uint endpoint, uint datalen, QByteArray data);
+protected slots:
+ void onMprisMetadataChanged(QVariantMap metadata);
+
};
#endif // WATCHCOMMANDS_H