30class GUI_NotificationPreferences :
34 PIMPL(GUI_NotificationPreferences)
35 UI_CLASS_SHARED_PTR(GUI_NotificationPreferences)
38 GUI_NotificationPreferences(
const QString& identifier,
NotificationHandler* notificationHandler);
39 ~GUI_NotificationPreferences()
override;
41 bool commit()
override;
42 void revert()
override;
44 [[nodiscard]] QString actionName()
const override;
47 void notificationsChanged();
50 void initUi()
override;
51 void retranslate()
override;