Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7143 in orxonox.OLD for branches/qt_gui/src


Ignore:
Timestamp:
Feb 14, 2006, 7:23:28 PM (19 years ago)
Author:
bensch
Message:

compiling

Location:
branches/qt_gui/src/lib/gui/qt_gui
Files:
2 edited

Legend:

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

    r7140 r7143  
    3838  // delete what has to be deleted here
    3939}
     40
     41
     42GuiGroup::GuiGroup(const std::string& name)
     43{
     44
     45}
     46
     47
     48GuiGroup::~GuiGroup()
     49{
     50
     51
     52}
  • branches/qt_gui/src/lib/gui/qt_gui/gui_saveable.h

    r7140 r7143  
    99#include "base_object.h"
    1010#include "multi_type.h"
     11#include <list>
     12#include <string>
    1113
    1214// FORWARD DECLARATION
     15
    1316
    1417//! A class for ...
     
    2831};
    2932
     33
     34class GuiGroup
     35{
     36  public:
     37    GuiGroup(const std::string& name);
     38    ~GuiGroup();
     39  private:
     40
     41};
     42
     43
    3044#endif /* _GUI_SAVEABLE_H */
Note: See TracChangeset for help on using the changeset viewer.