mapeditor.h
changeset 776 25e634a7e1dc
parent 775 6e4b586aa88a
child 784 9db215a4ad53
     1.1 --- a/mapeditor.h	Wed Jun 03 20:37:17 2009 +0000
     1.2 +++ b/mapeditor.h	Mon Jun 08 11:36:56 2009 +0000
     1.3 @@ -132,7 +132,7 @@
     1.4  	QColor selectionColor;
     1.5  
     1.6  public slots:
     1.7 -	void updateSelection(const QItemSelection &,const QItemSelection &); // update selection
     1.8 +	void updateSelection(QItemSelection ,QItemSelection); // update selection
     1.9  	void updateData (const QModelIndex&); // update data
    1.10  public:
    1.11  	void setSelectionColor (QColor c);