Changeset 7630 in orxonox.OLD for branches/qt_gui/src/lib/gui
- Timestamp:
- May 17, 2006, 8:11:27 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui_saveable.cc
r7608 r7630 63 63 void Saveable::save() 64 64 { 65 Preferences::getInstance()->setMultiType(this->group->getName(), this->getName(), this->value() , true);65 Preferences::getInstance()->setMultiType(this->group->getName(), this->getName(), this->value() ); 66 66 PRINTF(4)("Saved to '%s' of group '%s' value '%s'\n", this->getName(), this->group->getName(), this->value().getCString()); 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.