changeset 782 | ffb02a9bb508 |
parent 769 | a6931cd6309a |
child 788 | 78ba80b54bc4 |
1.1 --- a/vymview.h Fri May 15 15:22:15 2009 +0000 1.2 +++ b/vymview.h Mon Jul 27 12:53:17 2009 +0000 1.3 @@ -15,6 +15,9 @@ 1.4 Q_OBJECT 1.5 public: 1.6 VymView(VymModel *model); 1.7 + ~VymView(); 1.8 + VymModel* getModel(); 1.9 + MapEditor* getMapEditor(); 1.10 void initFocus(); 1.11 QItemSelectionModel* selectionModel(); 1.12