Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7855 in orxonox.OLD for trunk/src/lib/gui/qt_gui/qt_gui.cc


Ignore:
Timestamp:
May 25, 2006, 3:42:18 PM (18 years ago)
Author:
bensch
Message:

qtgui: cleanup as patrick sugested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/qt_gui/qt_gui.cc

    r7661 r7855  
    2525#include "q_image_widget.h"
    2626
     27#include "gui_general.h"
    2728#include "gui_video.h"
    2829#include "gui_audio.h"
    2930#include "gui_control.h"
    30 #include "gui_general.h"
    3131
    3232#include "banner.xpm"
     
    5353      QToolBox* toolBox = new QToolBox(groupBox);
    5454      {
    55 
     55        toolBox->addItem(new GuiGeneral(this), "General");
    5656        toolBox->addItem(new GuiVideo(this), "Video");
    5757        toolBox->addItem(new GuiAudio(this), "Audio");
    5858        toolBox->addItem(new GuiControl(this), "Control");
    59         toolBox->addItem(new GuiGeneral(this), "General");
    6059      }
    6160      mainLayout->addWidget(toolBox,1,1, 1, 3);
Note: See TracChangeset for help on using the changeset viewer.