QTfrontend/mapContainer.h
changeset 4519 aee36896d46b
parent 4513 1dd97c710f5a
child 4520 e7882bd1a894
--- a/QTfrontend/mapContainer.h	Mon Dec 13 20:54:18 2010 +0300
+++ b/QTfrontend/mapContainer.h	Mon Dec 13 19:26:20 2010 +0100
@@ -24,6 +24,7 @@
 #include <QComboBox>
 #include <QLabel>
 #include <QByteArray>
+#include <QLineEdit>
 
 #include "hwmap.h"
 
@@ -83,6 +84,7 @@
   void themeSelected(int currentRow);
   void addInfoToPreview(QPixmap image);
   void templateFilterChanged(int filter);
+  void seedEdited(const QString & seed);
 
  protected:
   virtual void resizeEvent ( QResizeEvent * event );
@@ -95,6 +97,7 @@
   QListWidget* lwThemes;
   HWMap* pMap;
   QString m_seed;
+  QLineEdit* seedEdit;
   int hhLimit;
   int templateFilter;
   QPixmap hhSmall;