Changeset 7547 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui.cc
- Timestamp:
- May 6, 2006, 9:52:07 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui.cc
r7476 r7547 28 28 { 29 29 //this->setClassID(CL_PROTO_ID, "Gui"); 30 this->state = Gui::Null; 30 31 } 31 32 … … 38 39 // delete what has to be deleted here 39 40 } 41 42 void Gui::quitEvent() 43 { 44 this->state |= Gui::Quitting; 45 } 40 46 }
Note: See TracChangeset
for help on using the changeset viewer.