QTfrontend/util/DataManager.cpp
changeset 6959 fce378ee4191
parent 6958 8230a516ba93
child 7258 722e8a0d89dc
equal deleted inserted replaced
6958:8230a516ba93 6959:fce378ee4191
   154     return m_themeModel;
   154     return m_themeModel;
   155 }
   155 }
   156 
   156 
   157 void DataManager::reload()
   157 void DataManager::reload()
   158 {
   158 {
       
   159     m_gameStyleModel->loadGameStyles();
   159     m_hatModel->loadHats();
   160     m_hatModel->loadHats();
   160     m_mapModel->loadMaps();
   161     m_mapModel->loadMaps();
   161     m_themeModel->loadThemes();
   162     m_themeModel->loadThemes();
   162     emit updated();
   163     emit updated();
   163 }
   164 }