--- a/QTfrontend/mapContainer.h Thu Dec 16 17:40:31 2010 -0500
+++ b/QTfrontend/mapContainer.h Fri Dec 17 09:26:02 2010 +0100
@@ -89,7 +89,7 @@
void themeSelected(int currentRow);
void addInfoToPreview(QPixmap image);
void templateFilterChanged(int filter);
- void seedEdited(const QString & seed);
+ void seedEdited();
protected:
virtual void resizeEvent ( QResizeEvent * event );
@@ -103,6 +103,7 @@
HWMap* pMap;
QString m_seed;
QLineEdit* seedEdit;
+ QPushButton* seedSet;
int hhLimit;
int templateFilter;
QPixmap hhSmall;