diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-22 23:21:22 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-22 23:21:22 -0400 |
commit | da01d191816c678dcdabbf93942094eb3c6ed78b (patch) | |
tree | cd2307465cefa1a81c53b4a55520a8e82e3ff8e2 /src-qt5/core-utils/lumina-config/globals.h | |
parent | Get the general page loading system all setup for the new mainWindow class. (diff) | |
download | lumina-da01d191816c678dcdabbf93942094eb3c6ed78b.tar.gz lumina-da01d191816c678dcdabbf93942094eb3c6ed78b.tar.bz2 lumina-da01d191816c678dcdabbf93942094eb3c6ed78b.zip |
Get a lot more of the new lumina-config layout all setup. Now the main page has all the loading/parsing routines built in, and the main window will perform the button actions as needed.
Diffstat (limited to 'src-qt5/core-utils/lumina-config/globals.h')
-rw-r--r-- | src-qt5/core-utils/lumina-config/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core-utils/lumina-config/globals.h b/src-qt5/core-utils/lumina-config/globals.h index 11bfaeb3..cddc76a6 100644 --- a/src-qt5/core-utils/lumina-config/globals.h +++ b/src-qt5/core-utils/lumina-config/globals.h @@ -13,7 +13,7 @@ #include <QWidget> #include <QDesktopWidget> #include <QMainWindow> - +#include <QTreeWidgetItem> //Now the Lumina Library classes #include <LuminaXDG.h> #include <LuminaUtils.h> |