src/main.cpp

changeset 15
c58b82549713
parent 14
8a304c898a75
child 16
a5d8e783a7b0
--- a/src/main.cpp	Wed Feb 16 16:29:42 2022 +0100
+++ b/src/main.cpp	Wed Feb 16 22:11:29 2022 +0100
@@ -35,11 +35,10 @@
 #endif
     );
     app.setApplicationVersion(VERSIONSTRING);
-//    app.setStyle("oxygen");
     app.setOrganizationName("mbse");
 
+    /* Stylesheet setup */
     QFile f(":/qdarkstyle/theme/style.qss");
-
     if (!f.exists())   {
 	printf("Unable to set stylesheet, file not found\n");
     } else {

mercurial