QTfrontend/mapContainer.cpp
changeset 4534 395278890955
parent 4526 38afca1e4248
child 4537 f95f7218531a
equal deleted inserted replaced
4533:8d35c3e0e6ba 4534:395278890955
   341     }
   341     }
   342 
   342 
   343     pMap = new HWMap();
   343     pMap = new HWMap();
   344     connect(pMap, SIGNAL(ImageReceived(const QImage)), this, SLOT(setImage(const QImage)));
   344     connect(pMap, SIGNAL(ImageReceived(const QImage)), this, SLOT(setImage(const QImage)));
   345     connect(pMap, SIGNAL(HHLimitReceived(int)), this, SLOT(setHHLimit(int)));
   345     connect(pMap, SIGNAL(HHLimitReceived(int)), this, SLOT(setHHLimit(int)));
   346     pMap->getImage(m_seed.toStdString(), getTemplateFilter(), mapgen, maze_size, getDrawnMapData());
   346     pMap->getImage(m_seed, getTemplateFilter(), mapgen, maze_size, getDrawnMapData());
   347 }
   347 }
   348 
   348 
   349 void HWMapContainer::themeSelected(int currentRow)
   349 void HWMapContainer::themeSelected(int currentRow)
   350 {
   350 {
   351     QString theme = Themes->at(currentRow);
   351     QString theme = Themes->at(currentRow);