diff options
author | Ken Moore <ken@pcbsd.org> | 2014-10-07 15:14:50 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-10-07 15:14:50 -0400 |
commit | 31a762cab37aa623a77f0e29bcbcfc6c2d430721 (patch) | |
tree | 8d907c4881ceb9cc84071ce196972d9143c5b6b4 /lumina-fm/main.cpp | |
parent | Get the new LuminaThemes class working with a sample color theme for Insight ... (diff) | |
download | lumina-31a762cab37aa623a77f0e29bcbcfc6c2d430721.tar.gz lumina-31a762cab37aa623a77f0e29bcbcfc6c2d430721.tar.bz2 lumina-31a762cab37aa623a77f0e29bcbcfc6c2d430721.zip |
Disable the usage of the theme engine within lumina-fm for the moment. Still trying to work out some of the functionality and don't want to enable it by default until it is fully ready.
Diffstat (limited to 'lumina-fm/main.cpp')
-rw-r--r-- | lumina-fm/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lumina-fm/main.cpp b/lumina-fm/main.cpp index 29e59460..8d5a3f95 100644 --- a/lumina-fm/main.cpp +++ b/lumina-fm/main.cpp @@ -9,7 +9,7 @@ #include "MainUI.h" #include <LuminaOS.h> -#include <LuminaThemes.h> +//#include <LuminaThemes.h> int main(int argc, char ** argv) { @@ -27,7 +27,7 @@ int main(int argc, char ** argv) QApplication a(argc, argv); #endif a.setApplicationName("Insight File Manager"); - LuminaThemeEngine themes(&a); + //LuminaThemeEngine themes(&a); //qDebug() << "StyleSheet:\n" << a.styleSheet(); //Load current Locale QTranslator translator; |