X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fsettingspage.h;h=667c908767635b8d3ada0e836c34fbf2ef241485;hb=d438145b28f34b7fdbc7e290aa001e5f3f922207;hp=7fd95ccd8a8b5f1f668b69954347207b15c9047f;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/uisupport/settingspage.h b/src/uisupport/settingspage.h index 7fd95ccd..667c9087 100644 --- a/src/uisupport/settingspage.h +++ b/src/uisupport/settingspage.h @@ -26,6 +26,7 @@ class QCheckBox; class QComboBox; class QSpinBox; +class FontSelector; //! A SettingsPage is a page in the settings dialog. /** The SettingsDlg provides suitable standard buttons, such as Ok, Apply, Cancel, Restore Defaults and Reset. @@ -115,6 +116,8 @@ public: static bool hasChanged(QComboBox *box); static void load(QSpinBox *box, int value); static bool hasChanged(QSpinBox *box); + static void load(FontSelector *box, QFont value); + static bool hasChanged(FontSelector *box); public slots: //! Save settings to permanent storage.