diff options
author | Ken Moore <moorekou@gmail.com> | 2015-07-24 12:38:28 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-07-24 12:38:28 -0400 |
commit | 42b0bd6f25785c3823fdac7651e939bb921db627 (patch) | |
tree | b54efa8fa60b6abd3c3214f8395b8878825a4ce2 /lumina-desktop/LSession.h | |
parent | Finish up the XDG "Actions" specification for *.desktop files, and integrate ... (diff) | |
download | lumina-42b0bd6f25785c3823fdac7651e939bb921db627.tar.gz lumina-42b0bd6f25785c3823fdac7651e939bb921db627.tar.bz2 lumina-42b0bd6f25785c3823fdac7651e939bb921db627.zip |
Fix up the active re-loading of icons in the desktop interface when the icon theme changes.
Diffstat (limited to 'lumina-desktop/LSession.h')
-rw-r--r-- | lumina-desktop/LSession.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lumina-desktop/LSession.h b/lumina-desktop/LSession.h index 6a73b04a..3a1dabbc 100644 --- a/lumina-desktop/LSession.h +++ b/lumina-desktop/LSession.h @@ -127,6 +127,8 @@ public slots: void StartShutdown(); void StartReboot(); + void reloadIconTheme(); + private slots: void watcherChange(QString); void checkWindowGeoms(); |