]> vaikene.ee Git - evaf/commit
More work with the IniFile class:
authorEnar Väikene <enar@vaikene.net>
Wed, 5 Oct 2011 11:26:01 +0000 (14:26 +0300)
committerEnar Väikene <enar@vaikene.net>
Wed, 5 Oct 2011 11:26:01 +0000 (14:26 +0300)
commit555fa9e86134fda6e631e9178e50b444b1079e4f
tree11e98ff5fa25d5ceb4c1069ce24cf268b0460a45
parent6230ebd0a05134031e52001c15473c3c3e6c7c1b
More work with the IniFile class:
* Uses the last '/' character to separate section names from key names. 'extensions/about/module' means now
  section name 'extensions/about'  and key name 'module'.
* Fixed reading platform-specific parameters where we forgot to store the thisOsOnly flag.
* Fixed writing parameters where we forgot to update the internal cache.
src/libs/Common/IniFile [new file with mode: 0644]
src/libs/Common/inifile.cpp
src/libs/Common/inifile.h