mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
quickfix: create directory
This commit is contained in:
3
ServerLMS/Systems/.vs/ProjectSettings.json
Normal file
3
ServerLMS/Systems/.vs/ProjectSettings.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"CurrentProjectSetting": "Нет конфигураций"
|
||||||
|
}
|
||||||
BIN
ServerLMS/Systems/.vs/Systems/v16/.suo
Normal file
BIN
ServerLMS/Systems/.vs/Systems/v16/.suo
Normal file
Binary file not shown.
BIN
ServerLMS/Systems/.vs/Systems/v16/Browse.VC.db
Normal file
BIN
ServerLMS/Systems/.vs/Systems/v16/Browse.VC.db
Normal file
Binary file not shown.
7
ServerLMS/Systems/.vs/VSWorkspaceState.json
Normal file
7
ServerLMS/Systems/.vs/VSWorkspaceState.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"ExpandedNodes": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"SelectedNode": "\\processingsystem.cpp",
|
||||||
|
"PreviewInSolutionExplorer": false
|
||||||
|
}
|
||||||
BIN
ServerLMS/Systems/.vs/slnx.sqlite
Normal file
BIN
ServerLMS/Systems/.vs/slnx.sqlite
Normal file
Binary file not shown.
@@ -17,6 +17,11 @@ void UpdateController::initialize(CommonClientHandler *commonClientHandler,DataP
|
|||||||
this->dataParser = dataParser;
|
this->dataParser = dataParser;
|
||||||
this->assetManager = assetManager;
|
this->assetManager = assetManager;
|
||||||
|
|
||||||
|
if (!QDir(staticDataFolderName).exists())
|
||||||
|
{
|
||||||
|
QDir().mkdir(staticDataFolderName);
|
||||||
|
}
|
||||||
|
|
||||||
sizeToSend = 0;
|
sizeToSend = 0;
|
||||||
assetManager->initialize(this,dataParser);
|
assetManager->initialize(this,dataParser);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user