Changes between Version 9 and Version 10 of programmersguide/architecture/core/Utils


Ignore:
Timestamp:
05/25/16 13:59:05 (10 years ago)
Author:
jano.simas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/architecture/core/Utils

    v9 v10  
    99Lê o conteúdo do arquivo //fileName// e constrói um //QJsonDocument//. 
    1010{{{ 
    11  QJsonDocument !ReadJsonFile(const std::string& fileName); 
     11 QJsonDocument ReadJsonFile(const std::string& fileName); 
    1212}}} 
    1313