Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7478 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_element.cc


Ignore:
Timestamp:
May 2, 2006, 9:34:48 PM (18 years ago)
Author:
bensch
Message:

qt_gui: gui-element

File:
1 edited

Legend:

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

    r7476 r7478  
    2727   *  standard constructor
    2828   */
    29   GuiElement::GuiElement ()
     29  GuiElement::GuiElement (const std::string& name)
     30  : GuiSaveableGroup(name)
    3031  {
    31     this->mainWidget = NULL;
     32    //this->mainWidget = NULL;
    3233  }
    3334
Note: See TracChangeset for help on using the changeset viewer.