提交 d7dc24bd 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

We re-complete the translation "QS" files , from ANSI to Chinese

上级 7c5ee8d8
......@@ -75,6 +75,9 @@ namespace ZPDatabase{
}
m_ThreadsDB[strDBName].insert(threadName);
m_ThreadOwnedMainDBs[pThread].insert(strDBName);
QString msg ="Database:"+ tr(" Connection ")+threadName+ tr(" Established.");
emit evt_Message(this,msg);
}
//Confirm the thread-owned db is still open
QSqlDatabase db = QSqlDatabase::database(threadName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册