aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LPanel.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-02-25 09:04:25 -0500
committerKen Moore <ken@pcbsd.org>2015-02-25 09:04:25 -0500
commit5b13c16cdd7012f4e221d4d17370516b721d4983 (patch)
tree10ce3b000d238f82fd479c7443faa8dc849d71c2 /lumina-desktop/LPanel.h
parentSubclass the main QFileSystemModel to provide drag and drop support. This sti... (diff)
downloadlumina-5b13c16cdd7012f4e221d4d17370516b721d4983.tar.gz
lumina-5b13c16cdd7012f4e221d4d17370516b721d4983.tar.bz2
lumina-5b13c16cdd7012f4e221d4d17370516b721d4983.zip
Add lumina-xconfig shortcuts into the desktop interface (userbutton, settings menu).
Clean up/add some desktop/panel "prepareToClose()" routines, and have them run when appropriate. Also add these close routines to the general session cleanup. Add support for a new "--noclean" CLI flag when starting LuminaDE. This flag will tell the session not to close system tray utilities and other applications on session close.
Diffstat (limited to 'lumina-desktop/LPanel.h')
-rw-r--r--lumina-desktop/LPanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lumina-desktop/LPanel.h b/lumina-desktop/LPanel.h
index b7b89d71..ed1a8906 100644
--- a/lumina-desktop/LPanel.h
+++ b/lumina-desktop/LPanel.h
@@ -49,6 +49,8 @@ public:
return panelnum;
}
+ void prepareToClose();
+
public slots:
void UpdatePanel(); //Load the settings file and update the panel appropriately
void UpdateLocale(); //Locale Changed externally
bgstack15