@@ -0,0 +1,14 @@
#include "mainwindow.h"
//#include "testinfo.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
//QTest::qExec(new testInfo, argc, argv);
return a.exec();
}
The note is not visible to the blocked user.