diff -r a8a98a94899a -r 7ddbe3fa34a1 mapeditor.h --- a/mapeditor.h Tue Nov 04 12:09:10 2008 +0000 +++ b/mapeditor.h Mon Dec 08 16:57:33 2008 +0000 @@ -93,7 +93,7 @@ //////////// Selection related signals: - void selectionChanged(); // Emitted when selection or its represantion changes + void selectionChanged(const QItemSelection &, const QItemSelection &); private: QItemSelectionModel* selModel; // we treat MapEditor as View here... @@ -102,6 +102,7 @@ public slots: void updateSelection(const QItemSelection &,const QItemSelection &); // update selection + void updateCurrent (const QModelIndex&,const QModelIndex&); // update selection public: void updateSelectionGeometry(); // update geometry of selection void setSelectionColor (QColor c);