v2
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -1,5 +1,7 @@
|
||||
#include "mainwindow.h"
|
||||
//#include "testinfo.h"
|
||||
//#include "testcmd.h"
|
||||
//#include "teststat.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
@@ -10,5 +12,7 @@ int main(int argc, char *argv[])
|
||||
w.show();
|
||||
|
||||
//QTest::qExec(new testInfo, argc, argv);
|
||||
//QTest::qExec(new testcmdwrd, argc, argv);
|
||||
//QTest::qExec(new teststatwrd, argc, argv);
|
||||
return a.exec();
|
||||
}
|
||||
|
Reference in New Issue
Block a user