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/qmafwwatchletplugin.h | |
parent | 2f631362b54180252d0daa34f359338860a8782b (diff) | |
download | sowatch-4e10566c9b0c4fb723ad68e44ae4c231e6959323.tar.gz sowatch-4e10566c9b0c4fb723ad68e44ae4c231e6959323.zip |
improve media player's watchlet volume change
Diffstat (limited to 'qmafwwatchlet/qmafwwatchletplugin.h')
-rw-r--r-- | qmafwwatchlet/qmafwwatchletplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmafwwatchlet/qmafwwatchletplugin.h b/qmafwwatchlet/qmafwwatchletplugin.h index 11e99af..7087a1a 100644 --- a/qmafwwatchlet/qmafwwatchletplugin.h +++ b/qmafwwatchlet/qmafwwatchletplugin.h @@ -1,6 +1,7 @@ #ifndef QMAFWPLUGIN_H #define QMAFWPLUGIN_H +#include <QtDBus/QDBusConnection> #include <sowatch.h> namespace sowatch @@ -13,7 +14,6 @@ class QMafwWatchletPlugin : public QObject, public WatchletPluginInterface public: explicit QMafwWatchletPlugin(QObject *parent = 0); - ~QMafwWatchletPlugin(); QStringList watchlets(); WatchletInfo describeWatchlet(const QString &id); |