vymview.h
changeset 742 54d44ecd6097
parent 727 96402b172173
child 745 2d4cc445a86a
     1.1 --- a/vymview.h	Fri Mar 06 15:02:58 2009 +0000
     1.2 +++ b/vymview.h	Thu Mar 19 11:45:28 2009 +0000
     1.3 @@ -19,6 +19,7 @@
     1.4  	void changeSelection (const QItemSelection &newSel, const QItemSelection &delSel);
     1.5  
     1.6  private:
     1.7 +	VymModel *model;
     1.8  	QTreeView *treeview;
     1.9  	QItemSelectionModel *selModel;
    1.10  };