diff options
author | Torsten Paul <Torsten.Paul@gmx.de> | 2014-01-02 22:31:36 (GMT) |
---|---|---|
committer | Torsten Paul <Torsten.Paul@gmx.de> | 2014-01-02 22:32:09 (GMT) |
commit | bef4ea305329e57984feed758ad11b48cfe94613 (patch) | |
tree | be4dc089886639fbe9ce3f67254e5898b57dd5ca /src/Preferences.h | |
parent | b7b2681c74d509109782c42ea0deb3ddcf1ad5e2 (diff) |
Handle synchronization between Qt settings / GUI and Feature objects.
Diffstat (limited to 'src/Preferences.h')
-rw-r--r-- | src/Preferences.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Preferences.h b/src/Preferences.h index addb7e5..6310622 100644 --- a/src/Preferences.h +++ b/src/Preferences.h @@ -21,6 +21,7 @@ public: public slots: void actionTriggered(class QAction *); + void featuresCheckBoxToggled(bool); void on_colorSchemeChooser_itemSelectionChanged(); void on_fontChooser_activated(const QString &); void on_fontSize_editTextChanged(const QString &); @@ -52,6 +53,7 @@ private: QHash<const QAction *, QWidget *> prefPages; static Preferences *instance; + static const char *featurePropertyName; }; #endif |