mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
loadXMLtoDOM, saveDOMtoXML перенес в Tools
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <QDebug>
|
||||
#include <QTime>
|
||||
#include <QDir>
|
||||
#include <QDomDocument>
|
||||
|
||||
#include <Data/StreamingVersionData.h>
|
||||
|
||||
@@ -73,6 +74,9 @@ public:
|
||||
static QString createVersionHashFilepath(QString fileName);
|
||||
static QString createFullPath(QString path);
|
||||
static bool checkNonStaticData(QString path);
|
||||
|
||||
static bool loadXMLtoDOM(QString nameFile, QDomDocument* commonDOM);
|
||||
static bool saveDOMtoXML(QString nameFile, QDomDocument* commonDOM);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user