diff options
author | q5sys <jt@xsystems.com> | 2018-02-07 14:37:49 -0500 |
---|---|---|
committer | q5sys <jt@xsystems.com> | 2018-02-07 14:37:49 -0500 |
commit | 4455528cd9cd0b0594c3bcabf619a50e64e37832 (patch) | |
tree | 309306aba1e062f095a95ae5a8e9ad1188757f3a /src-qt5/core/lumina-desktop/LSession.cpp | |
parent | Add a new "Spacer" plugin, and tinker with a lot of the panel mechanics. (diff) | |
download | lumina-4455528cd9cd0b0594c3bcabf619a50e64e37832.tar.gz lumina-4455528cd9cd0b0594c3bcabf619a50e64e37832.tar.bz2 lumina-4455528cd9cd0b0594c3bcabf619a50e64e37832.zip |
add shell logout to Lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.cpp')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.cpp b/src-qt5/core/lumina-desktop/LSession.cpp index 111a17b6..7eafcde7 100644 --- a/src-qt5/core/lumina-desktop/LSession.cpp +++ b/src-qt5/core/lumina-desktop/LSession.cpp @@ -272,7 +272,7 @@ void LSession::NewCommunication(QStringList list){ screensChanged(); }else if(list[i]=="--show-start"){ emit StartButtonActivated(); - } + }else if(list[i]=="--logout"){ QTimer::singleShot(1000, this, SLOT(StartLogout()));} } } |