diff options
author | q5sys <jt@xsystems.com> | 2018-02-07 14:45:58 -0500 |
---|---|---|
committer | q5sys <jt@xsystems.com> | 2018-02-07 14:45:58 -0500 |
commit | 5b63bc57c9e36ea69da2ace22a78680200b713ae (patch) | |
tree | 889b0672c6649d9eedcce5b46f66cd1d6a360a48 /src-qt5/core/lumina-desktop/LSession.cpp | |
parent | Revert "add shell logout to Lumina" (diff) | |
download | lumina-5b63bc57c9e36ea69da2ace22a78680200b713ae.tar.gz lumina-5b63bc57c9e36ea69da2ace22a78680200b713ae.tar.bz2 lumina-5b63bc57c9e36ea69da2ace22a78680200b713ae.zip |
redo 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()));} } } |