mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
в GUI приходит ответ с перечнем ПП от Сервера
This commit is contained in:
@@ -281,6 +281,12 @@ ModeList DocsUpdater::parseCanplay(QString canplay)
|
||||
return modeList;
|
||||
}
|
||||
|
||||
QString DocsUpdater::buildCanplay(ModeList modeList)
|
||||
{
|
||||
QString canplay = QString("%1/%2/%3/%4").arg(modeList.demo?"+":"-", modeList.train?"+":"-", modeList.exam?"+":"-", modeList.autoM?"+":"-");
|
||||
return canplay;
|
||||
}
|
||||
|
||||
bool DocsUpdater::processingScenXML(const QString dmCode, QString &canplay, QList<SubProc> &listSubProc)
|
||||
{
|
||||
listSubProc.clear();
|
||||
|
||||
Reference in New Issue
Block a user