diff -r 4bcdf0bf58b8 -r fedd8649fdd9 QTfrontend/mapContainer.h --- 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);