diff options
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()), |