aboutsummaryrefslogtreecommitdiff
path: root/src/settingsdialog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsdialog.hpp')
-rw-r--r--src/settingsdialog.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settingsdialog.hpp b/src/settingsdialog.hpp
index cc51c96..eb9d68a 100644
--- a/src/settingsdialog.hpp
+++ b/src/settingsdialog.hpp
@@ -30,6 +30,9 @@ public:
ProtocolSetup protocols() const;
void setProtocols(ProtocolSetup const & proto);
+ QString uiTheme() const;
+ void setUiTheme(QString const & theme);
+
private slots:
void on_std_change_font_clicked();