summaryrefslogtreecommitdiffstats
path: root/src/UserSettingsPage.h
diff options
context:
space:
mode:
authorLorenDB <computersemiexpert@outlook.com>2020-10-19 20:38:18 -0400
committerLorenDB <computersemiexpert@outlook.com>2020-10-21 17:57:29 -0400
commit8a188ac6f7a4f0f4ebad009c9fd932b005a718c9 (patch)
tree063f3398192a8a082853d47501193f0fe8037f07 /src/UserSettingsPage.h
parent911b461e5d25a30fea1174e6d9b7b9303a21e011 (diff)
Use QFontComboBox as per issue 238 (deleted comments)
Note: I have deleted commented code as per the suggestion of @utkarsh2102. Note 2: I have fixed all the diffs, etc.
Diffstat (limited to 'src/UserSettingsPage.h')
-rw-r--r--src/UserSettingsPage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/UserSettingsPage.h b/src/UserSettingsPage.h
index e4a34893..37355602 100644
--- a/src/UserSettingsPage.h
+++ b/src/UserSettingsPage.h
@@ -27,6 +27,7 @@ class Toggle;
class QLabel;
class QFormLayout;
class QComboBox;
+class QFontComboBox;
class QSpinBox;
class QHBoxLayout;
class QVBoxLayout;
@@ -261,7 +262,7 @@ private:
QComboBox *themeCombo_;
QComboBox *scaleFactorCombo_;
QComboBox *fontSizeCombo_;
- QComboBox *fontSelectionCombo_;
+ QFontComboBox *fontSelectionCombo_;
QComboBox *emojiFontSelectionCombo_;
QSpinBox *timelineMaxWidthSpin_;