Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/qt_gui: more stuff

File:
1 edited

Legend:

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

    r7480 r7484  
    2727   *  standard constructor
    2828   */
    29   GuiElement::GuiElement (const std::string& name)
     29  Element::Element (const std::string& name)
    3030  : SaveableGroup(name)
    3131  {
     
    3838
    3939  */
    40   GuiElement::~GuiElement ()
     40  Element::~Element()
    4141  {
    4242    // delete what has to be deleted here
     
    4646   *  Every GuiElement should set this, or it could result in a SegFault.
    4747  */
    48   void GuiElement::setMainWidget(Widget* widget)
     48  void Element::setMainWidget(Widget* widget)
    4949  {
    5050    this->mainWidget = widget;
Note: See TracChangeset for help on using the changeset viewer.