diff options
author | Ken Moore <ken@ixsystems.com> | 2017-01-10 11:57:33 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-01-10 11:57:33 -0500 |
commit | 125c5cc3c0cee38819271efdc712d32765dd1e2f (patch) | |
tree | fb2061521b946a7063490acbd0b7efa172626342 /src-qt5/core/lumina-desktop-unified/LSession.h | |
parent | More setup for Lumina2: (diff) | |
download | lumina-125c5cc3c0cee38819271efdc712d32765dd1e2f.tar.gz lumina-125c5cc3c0cee38819271efdc712d32765dd1e2f.tar.bz2 lumina-125c5cc3c0cee38819271efdc712d32765dd1e2f.zip |
A few more code changes for Lumina2.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/LSession.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/LSession.h b/src-qt5/core/lumina-desktop-unified/LSession.h index c89bc66d..d9c652c6 100644 --- a/src-qt5/core/lumina-desktop-unified/LSession.h +++ b/src-qt5/core/lumina-desktop-unified/LSession.h @@ -25,6 +25,8 @@ private: QMediaObject *mediaObj; void playAudioFile(QString filepath); + QTranslator *currTranslator; + public slots: void StartLogout(); void StartShutdown(bool skipupdates = false); |