Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 3, 2006, 12:45:13 AM (19 years ago)
Author:
bensch
Message:

some Widgets work

File:
1 edited

Legend:

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

    r7480 r7493  
    6464  }
    6565
     66  void SaveableGroup::load(const MultiType& value)
     67  {}
     68
     69  const MultiType& SaveableGroup::save()
     70  {}
     71
     72
     73
    6674  std::vector<SaveableGroup*>  SaveableGroup::saveableGroups;
    6775
     
    7280
    7381
     82
    7483}
Note: See TracChangeset for help on using the changeset viewer.