diff options
Diffstat (limited to 'libsowatch/declarativewatchwrapper.h')
-rw-r--r-- | libsowatch/declarativewatchwrapper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libsowatch/declarativewatchwrapper.h b/libsowatch/declarativewatchwrapper.h index 8d4fd7d..74f569c 100644 --- a/libsowatch/declarativewatchwrapper.h +++ b/libsowatch/declarativewatchwrapper.h @@ -17,7 +17,6 @@ class SOWATCH_EXPORT DeclarativeWatchWrapper : public QObject Q_OBJECT Q_PROPERTY(QString model READ model CONSTANT) Q_PROPERTY(bool active READ active NOTIFY activeChanged) - Q_PROPERTY(QList<QObject*> notifications READ notifications NOTIFY notificationsChanged) public: explicit DeclarativeWatchWrapper(WatchServer *server, Watch *watch, QObject *parent = 0); @@ -25,8 +24,6 @@ public: QString model() const; bool active() const; - QList<QObject*> notifications() const; - public slots: void vibrate(int msecs); |