diff options
Diffstat (limited to 'desktop-widgets/preferences/abstractpreferenceswidget.h')
-rw-r--r-- | desktop-widgets/preferences/abstractpreferenceswidget.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop-widgets/preferences/abstractpreferenceswidget.h b/desktop-widgets/preferences/abstractpreferenceswidget.h index 2f607c4c9..89abc5080 100644 --- a/desktop-widgets/preferences/abstractpreferenceswidget.h +++ b/desktop-widgets/preferences/abstractpreferenceswidget.h @@ -19,9 +19,12 @@ public: /* gets the values from the interface and set in the preferences object. */ virtual void syncSettings() = 0; +signals: + void settingsChanged(); + private: QIcon _icon; QString _name; float _positionHeight; }; -#endif
\ No newline at end of file +#endif |