From 4e10566c9b0c4fb723ad68e44ae4c231e6959323 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 4 Sep 2012 03:27:30 +0200 Subject: improve media player's watchlet volume change --- qmafwwatchlet/qmafwwatchlet.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qmafwwatchlet/qmafwwatchlet.h') diff --git a/qmafwwatchlet/qmafwwatchlet.h b/qmafwwatchlet/qmafwwatchlet.h index d3c2bd2..09cdf81 100644 --- a/qmafwwatchlet/qmafwwatchlet.h +++ b/qmafwwatchlet/qmafwwatchlet.h @@ -9,6 +9,7 @@ namespace sowatch { class QMafwWatchletPlayer; +class QMafwWatchletVolumeControl; class QMafwWatchlet : public DeclarativeWatchlet { @@ -17,8 +18,9 @@ public: explicit QMafwWatchlet(WatchServer* server); private: - MafwRegistry* _registry; - QMafwWatchletPlayer* _player; + MafwRegistry *_registry; + QMafwWatchletPlayer *_player; + QMafwWatchletVolumeControl *_volumeControl; private slots: void handleRendererAdded(const QString & uuid); -- cgit v1.2.3