mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
signal_updateDocsXML
This commit is contained in:
@@ -37,8 +37,10 @@ QList<SubProc> DocsUpdater::getListSubProcForDMcode(QString dmCode)
|
||||
return listSubProcMap.value(dmCode);
|
||||
}
|
||||
|
||||
bool DocsUpdater::updateDocsXML()
|
||||
bool DocsUpdater::slot_updateDocsXML()
|
||||
{
|
||||
qDebug() << "DocsUpdater::updateDocsXML thread ID " << QThread::currentThreadId();
|
||||
|
||||
QMutexLocker locker(&mtxAccess);
|
||||
|
||||
QString pathDocsFile = updateController->getPathAdditionalFile(tasksAMMfileName);
|
||||
@@ -97,6 +99,7 @@ bool DocsUpdater::updateDocsXML()
|
||||
}
|
||||
}
|
||||
|
||||
emit signal_DocsChanged();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user