最后修改
This commit is contained in:
@ -23,12 +23,12 @@ int main()
|
||||
QCoreApplication Grixis(argc, NULL);
|
||||
|
||||
|
||||
//QEventLoop qeLoop;
|
||||
//QTimer::singleShot(15000, &qeLoop, SLOT(quit()));
|
||||
//qeLoop.exec();
|
||||
QEventLoop qeLoop;
|
||||
QTimer::singleShot(15000, &qeLoop, SLOT(quit()));
|
||||
qeLoop.exec();
|
||||
|
||||
|
||||
//QT_LOG::ZZ_InitLogger("/home/data/Log/");
|
||||
QT_LOG::ZZ_InitLogger("/home/data/Log/");
|
||||
|
||||
CMainAcqThread MainCtrl;
|
||||
|
||||
|
Reference in New Issue
Block a user