tools/drawMapTest/mainwindow.h
changeset 4427 c5193713055f
parent 4425 2314bb0c433d
child 4434 34c305fbc63c
--- a/tools/drawMapTest/mainwindow.h	Sun Nov 28 17:23:51 2010 +0300
+++ b/tools/drawMapTest/mainwindow.h	Sun Nov 28 19:03:28 2010 +0300
@@ -7,6 +7,8 @@
     class MainWindow;
 }
 
+class DrawMapScene;
+
 class MainWindow : public QMainWindow {
     Q_OBJECT
 public:
@@ -18,8 +20,12 @@
 
 private:
     Ui::MainWindow *ui;
+    DrawMapScene * scene;
 
     virtual void resizeEvent(QResizeEvent * event);
+
+private slots:
+    void scene_pathChanged();
 };
 
 #endif // MAINWINDOW_H