changeset 1797 | fedd8649fdd9 |
parent 1790 | c84223511ca8 |
child 1802 | dd148e2506e2 |
--- a/QTfrontend/mapContainer.h Sat Feb 14 21:04:51 2009 +0000 +++ b/QTfrontend/mapContainer.h Sun Feb 15 14:38:02 2009 +0000 @@ -49,6 +49,7 @@ void setSeed(const QString & seed); void setMap(const QString & map); void setTheme(const QString & theme); + void setTemplateFilter(int); signals: void seedChanged(const QString & seed); @@ -77,6 +78,7 @@ HWMap* pMap; QString m_seed; int hhLimit; + int templateFilter; QPixmap hhSmall; void loadMap(int index);