mapeditor.h
changeset 753 25a77484ec72
parent 732 b77b56f707f1
child 754 db0ec4bcf416
     1.1 --- a/mapeditor.h	Thu Apr 02 09:57:47 2009 +0000
     1.2 +++ b/mapeditor.h	Tue Apr 07 16:15:53 2009 +0000
     1.3 @@ -101,7 +101,7 @@
     1.4  
     1.5  public slots:
     1.6  	void updateSelection(const QItemSelection &,const QItemSelection &); // update selection
     1.7 -	void updateCurrent (const QModelIndex&,const QModelIndex&); // update selection
     1.8 +	void updateData (const QModelIndex&); // update data
     1.9  public:
    1.10  	void setSelectionColor (QColor c);
    1.11  	QColor getSelectionColor ();