Changeset 7604 in orxonox.OLD for branches/qt_gui/src/lib/gui
- Timestamp:
 - May 12, 2006, 9:22:14 AM (19 years ago)
 - Location:
 - branches/qt_gui/src/lib/gui
 - Files:
 - 
          
- 3 edited
 
- 
          gui.cc (modified) (2 diffs)
 - 
          gui_saveable.cc (modified) (1 diff)
 - 
          qt_gui/qt_gui.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/qt_gui/src/lib/gui/gui.cc
r7600 r7604 18 18 #include "gui.h" 19 19 #include "gui_saveable.h" 20 20 #include "preferences.h" 21 21 22 22 namespace OrxGui … … 60 60 (*saveElem)->save(); 61 61 } 62 63 Preferences::getInstance()->save(); 62 64 } 63 65  - 
        
branches/qt_gui/src/lib/gui/gui_saveable.cc
r7600 r7604 65 65 void Saveable::save() 66 66 { 67 Preferences::getInstance()->setMultiType(this->group->getName(), this->getName(), this->value() );67 Preferences::getInstance()->setMultiType(this->group->getName(), this->getName(), this->value(), true); 68 68 PRINTF(4)("Saved to '%s' of group '%s' value ", this->getName(), this->group->getName()); 69 69 this->value().debug();  - 
        
branches/qt_gui/src/lib/gui/qt_gui/qt_gui.cc
r7600 r7604 75 75 this->loadAll(); 76 76 this->exec(); 77 this->saveAll(); 78 77 79 } 78 80  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






