diff options
author | Ken Moore <ken@ixsystems.com> | 2018-01-30 05:49:30 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-01-30 05:49:30 -0500 |
commit | fc138f1492c0275215327cfe698587916107b69f (patch) | |
tree | f1db15573ee9e8ecf7618214cf28f381ba6c0632 /src-qt5/core/lumina-desktop-unified/global-includes.h | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-fc138f1492c0275215327cfe698587916107b69f.tar.gz lumina-fc138f1492c0275215327cfe698587916107b69f.tar.bz2 lumina-fc138f1492c0275215327cfe698587916107b69f.zip |
A few couple other attempts at the layering issue.
Tie-in the new OSInterface class to the QML data store (RootObject).
This will allow the new system status functions to be accessible to the QML interface.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/global-includes.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/global-includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/global-includes.h b/src-qt5/core/lumina-desktop-unified/global-includes.h index 2ca8af15..6a82775b 100644 --- a/src-qt5/core/lumina-desktop-unified/global-includes.h +++ b/src-qt5/core/lumina-desktop-unified/global-includes.h @@ -72,6 +72,7 @@ #include <XDGMime.h> #include <LIconCache.h> #include <LFileInfo.h> +#include <framework-OSInterface.h> // C++ Backend classes for QML interface #include <NativeWindowObject.h> |