diff options
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/LSession.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/LSession.h b/src-qt5/core/lumina-desktop-unified/LSession.h index ac156035..c791c66b 100644 --- a/src-qt5/core/lumina-desktop-unified/LSession.h +++ b/src-qt5/core/lumina-desktop-unified/LSession.h @@ -14,9 +14,6 @@ class LSession : public LSingleApplication{ public: LSession(int &argc, char **argv); ~LSession(); - //Functions to be called during startup - void setupSession(); - private: void CleanupSession(); @@ -28,6 +25,8 @@ private: QTranslator *currTranslator; public slots: + void setupSession(); //called during startup only + void StartLogout(); void StartShutdown(bool skipupdates = false); void StartReboot(bool skipupdates = false); |