QTfrontend/mapContainer.h
changeset 325 17c860483407
parent 320 1ee7f087195a
child 331 6bfc326e4976
--- a/QTfrontend/mapContainer.h	Sat Jan 13 22:32:08 2007 +0000
+++ b/QTfrontend/mapContainer.h	Sun Jan 14 11:58:08 2007 +0000
@@ -47,6 +47,12 @@
   void setMap(const QString & map);
   void setTheme(const QString & theme);
 
+ signals:
+  void seedChanged(const QString & seed);
+  void mapChanged(const QString & map);
+  void themeChanged(const QString & theme);
+
+
  private slots:
   void setImage(const QImage newImage);
   void mapChanged(int index);