Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 2, 2006, 9:59:37 AM (18 years ago)
Author:
bensch
Message:

sync

File:
1 edited

Legend:

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

    r7447 r7473  
    2020namespace OrxGui
    2121{
     22  QtGui::QtGui()
     23  {
    2224
    2325
    2426
     27  }
     28  QtGui::~QtGui()
     29  {
     30
     31  }
     32
     33  void QtGui::startGui()
     34  {}
     35
     36  void QtGui::stopGui()
     37  {}
     38
     39  void QtGui::suspend()
     40  {}
     41
     42    //! Update the Gui.
     43  void QtGui::update()
     44  {}
     45
    2546}
Note: See TracChangeset for help on using the changeset viewer.