Debug facility
This commit is contained in:
@@ -61,8 +61,9 @@ int main(int argc, char* argv[])
|
||||
MainWindow w;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user