mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact 1
This commit is contained in:
@@ -8,7 +8,7 @@ DocsUpdater::DocsUpdater(UpdateController* updateController, QObject *parent):
|
||||
updateController(updateController),
|
||||
flagStop(false)
|
||||
{
|
||||
|
||||
qDebug() << "DocsUpdater init thread ID " << QThread::currentThreadId();
|
||||
}
|
||||
|
||||
DocsUpdater::~DocsUpdater()
|
||||
@@ -39,7 +39,7 @@ QList<SubProc> DocsUpdater::getListSubProcForDMcode(QString dmCode)
|
||||
|
||||
bool DocsUpdater::slot_updateDocsXML()
|
||||
{
|
||||
qDebug() << "DocsUpdater::updateDocsXML thread ID " << QThread::currentThreadId();
|
||||
qDebug() << "DocsUpdater::slot_updateDocsXML thread ID " << QThread::currentThreadId();
|
||||
|
||||
QMutexLocker locker(&mtxAccess);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user