diff options
author | Ken Moore <moorekou@gmail.com> | 2015-12-28 09:04:32 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-12-28 09:04:32 -0500 |
commit | 2797134e512e475a5d4842c36076ef354355eb98 (patch) | |
tree | 85845af309ddaf74d35f75b84d5a0662477b9c4e /libLumina/LuminaThemes.h | |
parent | Fix a bug with the snap session selection when other options were also selected. (diff) | |
parent | Merge pull request #173 from Conan-Kudo/rpmpkgspec (diff) | |
download | lumina-2797134e512e475a5d4842c36076ef354355eb98.tar.gz lumina-2797134e512e475a5d4842c36076ef354355eb98.tar.bz2 lumina-2797134e512e475a5d4842c36076ef354355eb98.zip |
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'libLumina/LuminaThemes.h')
-rw-r--r-- | libLumina/LuminaThemes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libLumina/LuminaThemes.h b/libLumina/LuminaThemes.h index 0ff15aa1..f0b8c2b6 100644 --- a/libLumina/LuminaThemes.h +++ b/libLumina/LuminaThemes.h @@ -92,6 +92,8 @@ public: LuminaThemeEngine(QApplication *app); ~LuminaThemeEngine(); + void refresh(); + private: QApplication *application; QFileSystemWatcher *watcher; @@ -101,7 +103,7 @@ private: //LuminaThemeStyle *style; private slots: - void watcherChange(); + void watcherChange(QString); void reloadFiles(); signals: |