equal
deleted
inserted
replaced
351 return m_seed; |
351 return m_seed; |
352 } |
352 } |
353 |
353 |
354 QString HWMapContainer::getCurrentMap() const |
354 QString HWMapContainer::getCurrentMap() const |
355 { |
355 { |
356 if(chooseMap->currentIndex() <= 1) return QString(); |
356 if(chooseMap->currentIndex() <= 2) return QString(); |
357 return chooseMap->itemData(chooseMap->currentIndex()).toList()[0].toString(); |
357 return chooseMap->itemData(chooseMap->currentIndex()).toList()[0].toString(); |
358 } |
358 } |
359 |
359 |
360 QString HWMapContainer::getCurrentTheme() const |
360 QString HWMapContainer::getCurrentTheme() const |
361 { |
361 { |