summaryrefslogtreecommitdiff
path: root/src/manager-lib/notificationmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager-lib/notificationmanager.h')
-rw-r--r--src/manager-lib/notificationmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager-lib/notificationmanager.h b/src/manager-lib/notificationmanager.h
index a271ab51..ace0d4aa 100644
--- a/src/manager-lib/notificationmanager.h
+++ b/src/manager-lib/notificationmanager.h
@@ -22,7 +22,7 @@ class NotificationManager : public QAbstractListModel
Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Notifications")
Q_CLASSINFO("AM-QmlType", "QtApplicationManager.SystemUI/NotificationManager 2.0 SINGLETON")
- Q_PROPERTY(int count READ count NOTIFY countChanged SCRIPTABLE false)
+ Q_PROPERTY(int count READ count NOTIFY countChanged)
public:
~NotificationManager() override;