diff -r 96402b172173 -r 7ddbe3fa34a1 vymmodel.h --- a/vymmodel.h Wed Oct 29 17:42:34 2008 +0000 +++ b/vymmodel.h Mon Dec 08 16:57:33 2008 +0000 @@ -524,8 +524,12 @@ Selection selection; QString latestSelectionString; // select string of latest added object +signals: + void selectionChanged(const QItemSelection &, const QItemSelection &); + public: void setSelectionModel(QItemSelectionModel *); // Set common selectionModel + QItemSelectionModel* getSelectionModel(); void setSelectionBlocked(bool); bool isSelectionBlocked();