summaryrefslogtreecommitdiff
path: root/src/settingsdialogtheme.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2022-05-17 11:47:01 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2023-07-09 17:20:40 +0200
commitd13f6bb870cdda71257f665367be8ef9fca86255 (patch)
tree52e214718478f1e52856572f5aa1a2ac58537f9f /src/settingsdialogtheme.h
parent86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff)
Apply clang-format.
Diffstat (limited to 'src/settingsdialogtheme.h')
-rw-r--r--src/settingsdialogtheme.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/settingsdialogtheme.h b/src/settingsdialogtheme.h
index 61334c0b..2a53dc38 100644
--- a/src/settingsdialogtheme.h
+++ b/src/settingsdialogtheme.h
@@ -3,8 +3,8 @@
#include <QCheckBox>
-#include "settingsdialog.h"
#include "settings.h"
+#include "settingsdialog.h"
class ThemeSettingsTab : public SettingsTab
{
@@ -14,11 +14,9 @@ public:
void update() override;
private:
-
void addStyles();
void selectStyle();
void onExploreStyles();
-
};
-#endif // SETTINGSDIALOGGENERAL_H
+#endif // SETTINGSDIALOGGENERAL_H