From 31a762cab37aa623a77f0e29bcbcfc6c2d430721 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 7 Oct 2014 15:14:50 -0400 Subject: 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. --- lumina-fm/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lumina-fm/main.cpp') 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 -#include +//#include 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; -- cgit