changeset 779 | 1fb50e79661c |
parent 769 | a6931cd6309a |
child 788 | 78ba80b54bc4 |
1.1 --- a/vymview.h Fri May 15 15:22:15 2009 +0000 1.2 +++ b/vymview.h Tue Jul 07 09:34:24 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