src/main.cpp

changeset 85
34ca34ed81df
parent 31
ab17a56a47dd
child 90
2396457a8167
--- a/src/main.cpp	Sat Mar 26 21:13:17 2022 +0100
+++ b/src/main.cpp	Sat Mar 26 21:53:00 2022 +0100
@@ -29,19 +29,12 @@
     QApplication app(argc, argv);
     QString locale = QLocale::system().name();
 
-    app.setApplicationName(
-#ifdef QT_DEBUG
-      "bmsapp-debug"
-#else
-      "bmsapp"
-#endif
-    );
+    app.setApplicationName("bmsapp");
     app.setApplicationVersion(VERSIONSTRING);
     app.setOrganizationName("mbse");
 
     /* Stylesheet setup */
     QFile f(":/qdarkstyle/theme/style.qss");
-    //QFile f(":darkorange.qss");
     //QFile f(":dummy");
     if (!f.exists())   {
 	printf("Unable to set stylesheet, file not found\n");

mercurial