Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7595 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.h


Ignore:
Timestamp:
May 11, 2006, 2:02:37 PM (18 years ago)
Author:
bensch
Message:

qt_gui: better stuff and so on

File:
1 edited

Legend:

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

    r7555 r7595  
    2525    void makeSaveable();
    2626
    27     virtual void load(const MultiType& value) {};
    28     virtual const MultiType& save() {};
     27    virtual void load(const MultiType& value);
     28    virtual const MultiType& save();
    2929
    3030    MultiType&       value() { return this->_value; };
Note: See TracChangeset for help on using the changeset viewer.