diff options
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); |