mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact. SubProc превр. в класс. fix bug canplay
This commit is contained in:
@@ -181,9 +181,9 @@ QByteArray DataParser::createQueryToDBMessage(ClientQueryToDB *queryToDB, int id
|
||||
{
|
||||
xmlWriter.writeStartElement("SubProc");
|
||||
|
||||
xmlWriter.writeAttribute("dmCode", subProc.dmCode);
|
||||
xmlWriter.writeAttribute("title", subProc.title);
|
||||
//xmlWriter.writeAttribute("canplay", subProc.modeList); //TODO возможно тут нужен canplay
|
||||
xmlWriter.writeAttribute("dmCode", subProc.getDmCode());
|
||||
xmlWriter.writeAttribute("title", subProc.getTitle());
|
||||
xmlWriter.writeAttribute("canplay", subProc.getModeListStr());
|
||||
|
||||
xmlWriter.writeEndElement();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user