Skip to content

Commit

Permalink
rapidjson
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 11, 2023
1 parent 9dcf420 commit 75ced93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lcUI/managers/uisettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ std::map<std::string, int> UiSettings::readDockSettings(std::map<std::string, in
}

rapidjson::Document UiSettings::getSettingsDocument(std::string fileName) {
std::cout<<__func__<<"("<<fileName<<")"<<std::endl;
std::ifstream settingsFile(_filePaths["settings_load"] + fileName);

while (settingsFile.fail()) {
Expand Down

0 comments on commit 75ced93

Please sign in to comment.