Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7145 in orxonox.OLD


Ignore:
Timestamp:
Feb 14, 2006, 7:52:11 PM (18 years ago)
Author:
bensch
Message:

sync

Location:
branches/qt_gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/configure.ac

    r7142 r7145  
    147147#-------------#
    148148WITH_QT=yes
    149 AC_MSG_CHECKING([if we use QT for the gui])
     149AC_MSG_CHECKING([if we want to use QT for the gui.])
    150150AC_ARG_WITH([modular-debug],
    151151        AS_HELP_STRING([--without-qt], [does not use QT for the display of the GUI]),
    152152         WITH_QT=$enableval)
    153 
    154153if test x$WITH_QT = xno; then
    155154        echo "no"
  • branches/qt_gui/src/lib/gui/qt_gui/gui_saveable.h

    r7143 r7145  
    1919
    2020 public:
    21    virtual void load(const MultiType& value) = 0;
    22    virtual const MultiType& save() = 0;
    23 
    2421
    2522protected:
    2623  GuiSaveable();
    2724  virtual ~GuiSaveable();
     25
     26  virtual void load(const MultiType& value) = 0;
     27  virtual const MultiType& save() = 0;
    2828
    2929 private:
     
    3737    GuiGroup(const std::string& name);
    3838    ~GuiGroup();
     39
    3940  private:
    4041
Note: See TracChangeset for help on using the changeset viewer.