diff options
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 |