diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-20 14:21:06 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-20 14:21:06 -0500 |
commit | b9afbb6b6133552113ac8da9d7edf62e45c454ae (patch) | |
tree | ff620cbefa73ab819276e2ef0b4ab7f68d70c17d /src-qt5/core/lumina-info/main.cpp | |
parent | Make the new "set as wallpaper" menu option enabled/disabled instead of visib... (diff) | |
download | lumina-b9afbb6b6133552113ac8da9d7edf62e45c454ae.tar.gz lumina-b9afbb6b6133552113ac8da9d7edf62e45c454ae.tar.bz2 lumina-b9afbb6b6133552113ac8da9d7edf62e45c454ae.zip |
Bump the LICENSE year in lumina-info, and disable the old theme engine.
Diffstat (limited to 'src-qt5/core/lumina-info/main.cpp')
-rw-r--r-- | src-qt5/core/lumina-info/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-info/main.cpp b/src-qt5/core/lumina-info/main.cpp index e30911c5..f4cd921a 100644 --- a/src-qt5/core/lumina-info/main.cpp +++ b/src-qt5/core/lumina-info/main.cpp @@ -17,8 +17,6 @@ int main(int argc, char ** argv) if( !a.isPrimaryProcess()){ return 0; } //qDebug() << "Set Application Name"; a.setApplicationName("About Lumina"); - //qDebug() << "Load Theme Engine"; - LuminaThemeEngine themes(&a); //qDebug() << "Start the UI"; //Start the UI MainUI w; |