Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7479 in orxonox.OLD for branches/qt_gui/src/orxonox.cc


Ignore:
Timestamp:
May 2, 2006, 10:04:13 PM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: opens up a Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/orxonox.cc

    r7427 r7479  
    3030#include "globals.h"
    3131
    32 #include "gui.h"
     32#include "gui/qt_gui/qt_gui.h"
    3333
    3434#include "parser/ini_parser/ini_parser.h"
     
    330330              CONFIG_SECTION_DATA,
    331331              CONFIG_NAME_DATADIR );
    332     Gui* gui = new Gui(argc, argv);
     332    OrxGui::Gui* gui = new OrxGui::QtGui(argc, argv);
    333333    gui->startGui();
    334334    delete gui;
     
    497497
    498498    // starting the GUI
    499     Gui* gui = new Gui(argc, argv);
     499    OrxGui::Gui* gui = new OrxGui::QtGui(argc, argv);
    500500    gui->startGui();
    501501
    502     if (! gui->startOrxonox)
    503       return 0;
     502//    if (!gui->startOrxonox)
     503//      return 0;
    504504
    505505    delete gui;
Note: See TracChangeset for help on using the changeset viewer.