summaryrefslogtreecommitdiff
path: root/OSSpecific.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2020-08-11 22:35:12 +0100
committerThomas Preud'homme <robotux@celest.fr>2020-08-11 22:35:12 +0100
commit3ac113857071fc1f225b2e1b42547269e568c6b7 (patch)
tree8b28dd9c44a0d3c7ab8187cd8d8f19d47591d813 /OSSpecific.h
parent9b10c21f5cad0e2ec27d23c59e65af7141a226f3 (diff)
New upstream version 2.2.4.4
Diffstat (limited to 'OSSpecific.h')
-rwxr-xr-x[-rw-r--r--]OSSpecific.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OSSpecific.h b/OSSpecific.h
index 0b6ffcb..d9f3d0d 100644..100755
--- a/OSSpecific.h
+++ b/OSSpecific.h
@@ -17,9 +17,11 @@ public:
explicit OSSpecific(QWidget *parent = 0);
~OSSpecific();
bool dontShowAgain();
+ QString theme();
private slots:
void on_pushButton_clicked();
void updateText();
+ void on_comboBox_currentIndexChanged(int index);
protected slots:
void changeEvent(QEvent *e);
private: