Changeset 7600 in orxonox.OLD for branches/qt_gui/src/lib/gui/qt_gui/qt_gui.cc
- Timestamp:
- May 11, 2006, 5:54:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/qt_gui/qt_gui.cc
r7598 r7600 75 75 this->loadAll(); 76 76 this->exec(); 77 78 77 } 79 78 80 79 QtGui::~QtGui() 81 80 { 81 this->saveAll(); 82 82 83 delete this->mainWindow; 83 84 }
Note: See TracChangeset
for help on using the changeset viewer.