Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7627 in orxonox.OLD for branches/qt_gui/src/lib/util/preferences.cc


Ignore:
Timestamp:
May 16, 2006, 10:57:28 AM (18 years ago)
Author:
bensch
Message:

better or worse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/util/preferences.cc

    r7626 r7627  
    137137 * @return value of the item if found. defaultValue else
    138138 */
    139 const std::string Preferences::getString(const std::string& section, const std::string& name, const std::string& defaultValue)
     139std::string Preferences::getString(const std::string& section, const std::string& name, const std::string& defaultValue)
    140140{
    141141  return getMultiType(section, name, MultiType(defaultValue)).getString();
     
    279279  }
    280280
    281   if ( didChanges )
     281  //if ( didChanges )
    282282  {
    283283    iniParser.writeFile( this->fileName );
Note: See TracChangeset for help on using the changeset viewer.