Commit 83d22f76 by grlabu

Upload New File

parent 09ba2eda
Showing with 11 additions and 0 deletions
//main.cpp
#include "mainmenu.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
mainmenu menu;
menu.show();
return a.exec();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment