mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref:file path
This commit is contained in:
13
Core/tools.h
13
Core/tools.h
@@ -7,11 +7,14 @@
|
||||
|
||||
#define TCP_READ_TIMEOUT 1000
|
||||
|
||||
static QString hashFilename = "StaticData/hash.xml";
|
||||
static QString settingsName = "StaticData/settings.xml";
|
||||
static QString tempName = "StaticData/temp.xml";
|
||||
static QString authTempName = "StaticData/authData.xml";
|
||||
static QString displayTemp = "StaticData/displayData.xml";
|
||||
static QString applicationEXEName = "RRJ.exe";
|
||||
static QString applicationFolderName = "/Application";
|
||||
static QString staticDataFolderName = "StaticData";
|
||||
static QString hashFilename = staticDataFolderName + "/hash.xml";
|
||||
static QString settingsName = staticDataFolderName + "/settings.xml";
|
||||
static QString tempName = staticDataFolderName + "/temp.xml";
|
||||
static QString authTempName = staticDataFolderName + "/authData.xml";
|
||||
static QString displayTemp = staticDataFolderName + "/displayData.xml";
|
||||
|
||||
enum PacketType{
|
||||
TYPE_NONE = 0,
|
||||
|
||||
Reference in New Issue
Block a user