Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8144 in orxonox.OLD for branches/gui/src/lib/gui/qt


Ignore:
Timestamp:
Jun 4, 2006, 7:55:55 PM (18 years ago)
Author:
bensch
Message:

gui: better debugging system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/qt/gui_general.cc

    r7855 r8144  
    4141  */
    4242  GuiGeneral::GuiGeneral(OrxGui::Gui* gui)
    43       : Element(CONFIG_SECTION_GENERAL, gui), QGroupBox()
     43  : QGroupBox(), Element(CONFIG_SECTION_GENERAL, gui)
    4444  {
    4545    QGridLayout* layout = new QGridLayout(this);
Note: See TracChangeset for help on using the changeset viewer.