aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-09-19 09:55:19 -0400
committerKen Moore <ken@pcbsd.org>2014-09-19 09:55:19 -0400
commit9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8 (patch)
treee33f75ce2b041767c48c0a8c80e3f31ef956ef9b /lumina-desktop/panel-plugins
parentMake the jpg/png suffix check case-insensitive for showing thumbnail previews... (diff)
downloadlumina-9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8.tar.gz
lumina-9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8.tar.bz2
lumina-9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8.zip
Add the ability to lock the screen from the log out menu in lumina-desktop.
Diffstat (limited to 'lumina-desktop/panel-plugins')
-rw-r--r--lumina-desktop/panel-plugins/userbutton/UserWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/panel-plugins/userbutton/UserWidget.h b/lumina-desktop/panel-plugins/userbutton/UserWidget.h
index 0b42bff8..132969ad 100644
--- a/lumina-desktop/panel-plugins/userbutton/UserWidget.h
+++ b/lumina-desktop/panel-plugins/userbutton/UserWidget.h
@@ -36,6 +36,7 @@ public:
UserWidget(QWidget *parent=0);
~UserWidget();
+public slots:
void UpdateMenu();
private:
bgstack15