Changeset 7479 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc
- Timestamp:
- May 2, 2006, 10:04:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui_saveable.cc
r7478 r7479 25 25 */ 26 26 GuiSaveable::GuiSaveable (const std::string& optionName) 27 : BaseObject(optionName) 27 28 { 28 29 this->bSaveable = false; 30 29 31 } 30 32 … … 49 51 : GuiSaveable(groupName) 50 52 { 51 // this->setName(groupName);52 53 } 53 54
Note: See TracChangeset
for help on using the changeset viewer.