diff options
author | Ken Moore <ken@pcbsd.org> | 2016-08-23 20:35:38 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2016-08-23 20:35:38 -0400 |
commit | 7e9f1d3dfd195089de336274721726a43b88e4e9 (patch) | |
tree | 44492d24ec8df01ad93a33be48b287cd28e7daf1 /src-qt5/core/libLumina/LuminaXDG.h | |
parent | Add in the pending updates detection for the shutdown/reboot options in the s... (diff) | |
download | lumina-7e9f1d3dfd195089de336274721726a43b88e4e9.tar.gz lumina-7e9f1d3dfd195089de336274721726a43b88e4e9.tar.bz2 lumina-7e9f1d3dfd195089de336274721726a43b88e4e9.zip |
Fix up the auto-creation/removal of application symlinks when apps are installed/removed during a session.
Diffstat (limited to 'src-qt5/core/libLumina/LuminaXDG.h')
-rw-r--r-- | src-qt5/core/libLumina/LuminaXDG.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/LuminaXDG.h b/src-qt5/core/libLumina/LuminaXDG.h index 887aa920..5765b2b1 100644 --- a/src-qt5/core/libLumina/LuminaXDG.h +++ b/src-qt5/core/libLumina/LuminaXDG.h @@ -92,6 +92,8 @@ public slots: private: QFileSystemWatcher *watcher; +private slots: + void watcherChanged(); signals: void appsUpdated(); }; |