aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/themetuner.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/themetuner.h')
-rw-r--r--SQLiteStudio3/guiSQLiteStudio/themetuner.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/themetuner.h b/SQLiteStudio3/guiSQLiteStudio/themetuner.h
index 805ca94..5607fcd 100644
--- a/SQLiteStudio3/guiSQLiteStudio/themetuner.h
+++ b/SQLiteStudio3/guiSQLiteStudio/themetuner.h
@@ -22,14 +22,16 @@ class GUI_API_EXPORT ThemeTuner : public QObject
void manageCompactLayout(QList<QWidget*> wList);
QString getDefaultCss(const QString& themeName = QString()) const;
void darkThemeFix(QWizard* wizard);
- void registerQWizardThemeTuneRequired(const QString& styleName);
- void deregisterQWizardThemeTuneRequired(const QString& styleName);
+ static void registerQWizardThemeTuneRequired(const QString& styleName);
+ static void deregisterQWizardThemeTuneRequired(const QString& styleName);
static ThemeTuner* getInstance();
static void cleanUp();
private:
ThemeTuner(QObject* parent = 0);
+ void registerQWizardThemeTuneRequiredInternal(const QString& styleName);
+ void deregisterQWizardThemeTuneRequiredInternal(const QString& styleName);
void init();
void tuneCss(const QString& themeName);