diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-09-04 03:27:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-09-04 03:27:30 +0200 |
commit | 4e10566c9b0c4fb723ad68e44ae4c231e6959323 (patch) | |
tree | 6f8aaa80a481b08e7827750e40b1c923ffc29046 /qmafwwatchlet/qmafwwatchlet.h | |
parent | 2f631362b54180252d0daa34f359338860a8782b (diff) | |
download | sowatch-4e10566c9b0c4fb723ad68e44ae4c231e6959323.tar.gz sowatch-4e10566c9b0c4fb723ad68e44ae4c231e6959323.zip |
improve media player's watchlet volume change
Diffstat (limited to 'qmafwwatchlet/qmafwwatchlet.h')
-rw-r--r-- | qmafwwatchlet/qmafwwatchlet.h | 6 |
1 files changed, 4 insertions, 2 deletions
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); |