Fix SQL fall down bug
This commit is contained in:
@@ -91,7 +91,11 @@ int main(int argc, char* argv[])
|
||||
int ret = 0;
|
||||
KeyboardManager::getInstance();
|
||||
UserOperationLog::cleanHistoryLog();
|
||||
|
||||
bool sqlConnected= SQLHelper::Open();
|
||||
if (sqlConnected)
|
||||
{
|
||||
AppGlobalValues::setDBconnected(true);
|
||||
}
|
||||
w.showFullScreen();
|
||||
DeviceManager::Default()->initDevice();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user