aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-09-17 06:30:13 -0400
committerKen Moore <moorekou@gmail.com>2015-09-17 06:30:13 -0400
commit8ef8b47c5f4573b32ce145b693aca4f1c45266a0 (patch)
tree3c125b0b137b135ead810d68ff9e918b264bfba9 /lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h
parentAlways run the "loadSnaps" signal on dir load - this should ensure that no sn... (diff)
downloadlumina-8ef8b47c5f4573b32ce145b693aca4f1c45266a0.tar.gz
lumina-8ef8b47c5f4573b32ce145b693aca4f1c45266a0.tar.bz2
lumina-8ef8b47c5f4573b32ce145b693aca4f1c45266a0.zip
Ensure that the menu for the desktopswitcher panel plugin is refreshed before it appears. This will sync it up with the current system settings - in case the workspace was changed earlier by some other method.
Diffstat (limited to 'lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h')
-rw-r--r--lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h b/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h
index 5dd5a785..851d9e35 100644
--- a/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h
+++ b/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h
@@ -46,6 +46,7 @@ private:
QAction* newAction(int, QString);
private slots:
+ void openMenu();
void createMenu();
void menuActionTriggered(QAction*);
bgstack15