diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-17 13:33:47 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-17 13:33:47 -0500 |
commit | c2c6b5b3b20318eab442a4002e7521c98a7995d0 (patch) | |
tree | da242f5461e19944f2c5375d34bee4c84ad50014 /lumina-desktop/LDesktop.h | |
parent | Clean up some more debugging output from the LPanel class (make it switchable... (diff) | |
download | lumina-c2c6b5b3b20318eab442a4002e7521c98a7995d0.tar.gz lumina-c2c6b5b3b20318eab442a4002e7521c98a7995d0.tar.bz2 lumina-c2c6b5b3b20318eab442a4002e7521c98a7995d0.zip |
Clean up how the lumina-desktop closes down:
Now it is run through a "CleanSession" function beforehand to try and safely close down any applications/trays. Als reduce the number of filesystem watchers: only have one in the session itself, which sends out a signal when the desktop settings config file changes (instead of a watcher in every desktop class).
Diffstat (limited to 'lumina-desktop/LDesktop.h')
-rw-r--r-- | lumina-desktop/LDesktop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LDesktop.h b/lumina-desktop/LDesktop.h index 01a9a355..ef91110a 100644 --- a/lumina-desktop/LDesktop.h +++ b/lumina-desktop/LDesktop.h @@ -67,7 +67,7 @@ private: QLabel *workspacelabel; QWidgetAction *wkspaceact; QList<LDPlugin*> PLUGINS; - QFileSystemWatcher *watcher; + //QFileSystemWatcher *watcher; QString CBG; //current background QRect globalWorkRect; void CreateDesktopPluginContainer(LDPlugin*); |