Skip to content
Snippets Groups Projects
Commit d9dead67 authored by Zenghong Chen's avatar Zenghong Chen
Browse files

main.cpp

parent e7ac9c75
No related branches found
No related tags found
No related merge requests found
main.cpp 0 → 100644
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment