mainwindow.h
changeset 772 e3f722759c7e
parent 769 a6931cd6309a
child 781 6cbf3c9cbd21
     1.1 --- a/mainwindow.h	Mon May 18 11:22:41 2009 +0000
     1.2 +++ b/mainwindow.h	Wed May 20 15:40:14 2009 +0000
     1.3 @@ -243,8 +243,7 @@
     1.4  
     1.5  	QStringList imageTypes;
     1.6  
     1.7 -	QList <VymModel*> tabModel;		//!< the corresponding model to a tab
     1.8 -
     1.9 +	QList <VymView*> vymViews;		//! Keeps track of models and views related to a tab 
    1.10  	QString prevSelection;
    1.11  
    1.12  	HistoryWindow *historyWindow;