selection.h
changeset 733 143202d76b80
parent 729 7ddbe3fa34a1
child 735 84ae10f6e3a3
     1.1 --- a/selection.h	Mon Dec 08 16:57:33 2008 +0000
     1.2 +++ b/selection.h	Thu Jan 15 00:35:24 2009 +0000
     1.3 @@ -50,8 +50,6 @@
     1.4  
     1.5  	VymModel *model;
     1.6  
     1.7 -	QItemSelectionModel *selModel;	//!< QSelectionModel is shared across views and initialized in setModel
     1.8 -
     1.9  	QColor color;
    1.10  	bool blocked;					//!< if true, no new selection possible
    1.11  };