diff options
author | Ken Moore <ken@ixsystems.com> | 2017-07-11 14:06:50 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-07-11 14:07:25 -0400 |
commit | fc7146bbf3e067fc58ae9d5d21fa7403e1db5326 (patch) | |
tree | c3c9db4d53c9788538ec60cbce8ec29fad3fa051 /src-qt5/core/lumina-desktop-unified/LSession.h | |
parent | Added more key support for Lumina 2.0 (diff) | |
download | lumina-fc7146bbf3e067fc58ae9d5d21fa7403e1db5326.tar.gz lumina-fc7146bbf3e067fc58ae9d5d21fa7403e1db5326.tar.bz2 lumina-fc7146bbf3e067fc58ae9d5d21fa7403e1db5326.zip |
Start adding some default keyboard shortcuts/files to Lumina 2.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/LSession.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/LSession.h b/src-qt5/core/lumina-desktop-unified/LSession.h index dd32d22a..0d666bfa 100644 --- a/src-qt5/core/lumina-desktop-unified/LSession.h +++ b/src-qt5/core/lumina-desktop-unified/LSession.h @@ -28,9 +28,12 @@ private: public slots: void setupSession(); //called during startup only + //Slots for public access/usage void StartLogout(); void StartShutdown(bool skipupdates = false); void StartReboot(bool skipupdates = false); + void LaunchApplication(QString app); + void LaunchStandardApplication(QString app); void reloadIconTheme(); //will emit the IconThemeChanged signal when ready void switchLocale(QString localeCode); //will emit the LocaleChanged signal when ready |