diff options
author | Ken Moore <ken@pcbsd.org> | 2014-09-19 09:55:19 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-09-19 09:55:19 -0400 |
commit | 9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8 (patch) | |
tree | e33f75ce2b041767c48c0a8c80e3f31ef956ef9b /lumina-desktop/panel-plugins | |
parent | Make the jpg/png suffix check case-insensitive for showing thumbnail previews... (diff) | |
download | lumina-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.h | 1 |
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: |