Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7479 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc


Ignore:
Timestamp:
May 2, 2006, 10:04:13 PM (19 years ago)
Author:
bensch
Message:

orxonox/qt_gui: opens up a Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/gui_saveable.cc

    r7478 r7479  
    2525  */
    2626  GuiSaveable::GuiSaveable (const std::string& optionName)
     27  : BaseObject(optionName)
    2728  {
    2829    this->bSaveable = false;
     30
    2931  }
    3032
     
    4951      : GuiSaveable(groupName)
    5052  {
    51     //    this->setName(groupName);
    5253  }
    5354
Note: See TracChangeset for help on using the changeset viewer.