1 #ifndef H_EXTENSIONS_CUTEHMI_2_INCLUDE_CUTEHMI_NOTIFIER_HPP 
    2 #define H_EXTENSIONS_CUTEHMI_2_INCLUDE_CUTEHMI_NOTIFIER_HPP 
    4 #include "internal/common.hpp" 
    5 #include "NotificationListModel.hpp" 
    6 #include "Singleton.hpp" 
    9 #include <QMutexLocker> 
   29         Q_PROPERTY(
int maxNotifications READ maxNotifications WRITE setMaxNotifications NOTIFY maxNotificationsChanged)
 
   33         int maxNotifications() const;
 
   35         void setMaxNotifications(
int maxNotifications);
 
   50         void maxNotificationsChanged();
 
   52         void notificationAdded();