Changeset 7633 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc
- Timestamp:
- May 17, 2006, 9:27:50 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui_saveable.cc
r7632 r7633 58 58 void Saveable::load() 59 59 { 60 this->value() = Preferences::getInstance()->getMultiType(this->group->getName(), this->getName(), this->_ value);60 this->value() = Preferences::getInstance()->getMultiType(this->group->getName(), this->getName(), this->_defaultValue); 61 61 PRINTF(4)("Loaded to '%s' of group '%s' value '%s'\n", this->getName(), this->group->getName(), this->value().getCString()); 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.