mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
quickfix: offline start
This commit is contained in:
@@ -142,9 +142,9 @@ void DataParserOutput::createServerSettings(ServerSettings* serverSettings)
|
||||
xmlWriter.writeAttribute("Port",serverSettings->Port);
|
||||
xmlWriter.writeAttribute("Language","RUS");
|
||||
xmlWriter.writeAttribute("AutoStart",QString::number(false));
|
||||
xmlWriter.writeAttribute("DestPortMath","18003");
|
||||
xmlWriter.writeAttribute("LocalPortMath","18004");
|
||||
xmlWriter.writeAttribute("UseMathModel",QString::number(serverSettings->mathModelUse));
|
||||
//xmlWriter.writeAttribute("DestPortMath","18003");
|
||||
//xmlWriter.writeAttribute("LocalPortMath","18004");
|
||||
//xmlWriter.writeAttribute("UseMathModel",QString::number(serverSettings->mathModelUse));
|
||||
|
||||
xmlWriter.writeEndElement();
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ServerSettingsContainer>
|
||||
<ServerSettings Port="6000" Address="192.168.100.83" Language="RUS" AutoStart="0" UseMathModel="1" LocalPortMath="18004" DestPortMath="18003"/>
|
||||
<VersionData Version="base" isChangable="0" Created="Пн ноя 17 15:03:26 2025"/>
|
||||
<ServerSettings Address="192.168.100.83" Port="6000" Language="RUS" AutoStart="0"/>
|
||||
<VersionData Version="base" isChangable="96"/>
|
||||
</ServerSettingsContainer>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -44,6 +44,7 @@ void CoreManager::initialize(WidgetManager *widgetManager,QThread *workerThread)
|
||||
|
||||
void CoreManager::start()
|
||||
{
|
||||
saveServerSettingsWithConnect();
|
||||
checkAppAvailable();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user