Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "../SourceCode/UserInterface/ClassesUI/Windows/MainWindow/mainWindow.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
|
||||
MainWindow mainWindow;
|
||||
mainWindow.show();
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user