Changes between Version 9 and Version 10 of programmersguide/architecture/core/Utils
- Timestamp:
- 05/25/16 13:59:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
programmersguide/architecture/core/Utils
v9 v10 9 9 Lê o conteúdo do arquivo //fileName// e constrói um //QJsonDocument//. 10 10 {{{ 11 QJsonDocument !ReadJsonFile(const std::string& fileName);11 QJsonDocument ReadJsonFile(const std::string& fileName); 12 12 }}} 13 13
