Skip to content

Commit

Permalink
V1.0.0
Browse files Browse the repository at this point in the history
First Release
  • Loading branch information
KimangKhenng committed Feb 10, 2021
1 parent 01095e4 commit fc2b7bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@

int main(int argc, char *argv[])
{
QApplication a(argc, argv);

QApplication app(argc, argv);
UIMainWindow windows;
windows.show();


return a.exec();
return app.exec();
}

0 comments on commit fc2b7bb

Please sign in to comment.