You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/main.cpp
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -379,7 +379,7 @@ int main(int argc, char *argv[])
379
379
std::cerr << "QGIS starting in non-interactive mode not supported.\n You are seeing this message most likely because you have no DISPLAY environment variable set." << std::endl;
380
380
exit(1); //exit for now until a version of qgis is capabable of running non interactive
381
381
}
382
-
QgsApplication a(argc, argv, myUseGuiFlag );
382
+
QgsApplication myApp(argc, argv, myUseGuiFlag );
383
383
//
384
384
// Set up the QSettings environment must be done after qapp is created
0 commit comments