selection.h
changeset 732 b77b56f707f1
parent 729 7ddbe3fa34a1
child 735 84ae10f6e3a3
     1.1 --- a/selection.h	Wed Dec 10 13:10:35 2008 +0000
     1.2 +++ b/selection.h	Mon Jan 05 16:31:38 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  };