try to make cppcheck happy
This commit is contained in:
+2
-1
@@ -37,7 +37,8 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
qmlWrapper *myQml = new qmlWrapper();
|
||||
qmlWrapper myQml;
|
||||
myQml.showStartView();
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user