diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-27 20:22:49 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-27 20:22:49 +0200 |
commit | 64662ecc6ea6b5296ea77d83eac6eb1372afac01 (patch) | |
tree | c32745b57e9f65c9aff83717ea930de06c853577 /qmafwwatchlet/qmafwwatchlet.cpp | |
parent | 754d02ae6f8d19e64a36cee970a7e364b5b295de (diff) | |
download | sowatch-64662ecc6ea6b5296ea77d83eac6eb1372afac01.tar.gz sowatch-64662ecc6ea6b5296ea77d83eac6eb1372afac01.zip |
new crappy map watchlet
Diffstat (limited to 'qmafwwatchlet/qmafwwatchlet.cpp')
-rw-r--r-- | qmafwwatchlet/qmafwwatchlet.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qmafwwatchlet/qmafwwatchlet.cpp b/qmafwwatchlet/qmafwwatchlet.cpp index e2f41a2..d53d136 100644 --- a/qmafwwatchlet/qmafwwatchlet.cpp +++ b/qmafwwatchlet/qmafwwatchlet.cpp @@ -5,12 +5,6 @@ using namespace sowatch; -class WatchletPlayer : public QObject -{ - Q_OBJECT -}; - - QMafwWatchlet::QMafwWatchlet(WatchServer* server) : DeclarativeWatchlet(server, "com.javispedro.sowatch.qmafw"), _registry(MafwRegistry::instance()), |