aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/LSession.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-06-27 08:20:14 -0400
committerKen Moore <ken@ixsystems.com>2017-06-27 08:20:14 -0400
commit79ed54ff31ed654b953d46987851ce4f572245c2 (patch)
treeb61de25f0ece7cfdb266f396a826b271c47ed0dd /src-qt5/core/lumina-desktop-unified/LSession.h
parentQuick fix for the mkport.sh script (diff)
downloadlumina-79ed54ff31ed654b953d46987851ce4f572245c2.tar.gz
lumina-79ed54ff31ed654b953d46987851ce4f572245c2.tar.bz2
lumina-79ed54ff31ed654b953d46987851ce4f572245c2.zip
Another large batch of re-organization for lumina-desktop-unified.
This gets the new "NativeWindowSystem" and associated Native* classes all integrated (untested)
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/LSession.h')
-rw-r--r--src-qt5/core/lumina-desktop-unified/LSession.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/LSession.h b/src-qt5/core/lumina-desktop-unified/LSession.h
index c791c66b..dd32d22a 100644
--- a/src-qt5/core/lumina-desktop-unified/LSession.h
+++ b/src-qt5/core/lumina-desktop-unified/LSession.h
@@ -17,7 +17,8 @@ public:
private:
void CleanupSession();
-
+ void setupGlobalConnections();
+
int VersionStringToNumber(QString version);
QMediaPlayer *mediaObj;
void playAudioFile(QString filepath);
@@ -45,7 +46,7 @@ signals:
//General Signals
void LocaleChanged();
void IconThemeChanged();
-
+
};
#endif
bgstack15