Debug facility
This commit is contained in:
@@ -61,8 +61,9 @@ int main(int argc, char* argv[])
|
|||||||
MainWindow w;
|
MainWindow w;
|
||||||
UserOperationLog::Default()->init();
|
UserOperationLog::Default()->init();
|
||||||
|
|
||||||
Locker::Instance()->start();
|
//暂时为了调试关闭锁屏
|
||||||
QObject::connect(obj, SIGNAL(touchScreen()), Locker::Instance(), SLOT(refreshTimer()));
|
//Locker::Instance()->start();
|
||||||
|
//QObject::connect(obj, SIGNAL(touchScreen()), Locker::Instance(), SLOT(refreshTimer()));
|
||||||
|
|
||||||
|
|
||||||
//multi-language suppport
|
//multi-language suppport
|
||||||
|
|||||||
Reference in New Issue
Block a user