diff -r 7f43b93242aa -r 96402b172173 vymview.h --- a/vymview.h Mon Oct 06 11:10:20 2008 +0000 +++ b/vymview.h Wed Oct 29 17:42:34 2008 +0000 @@ -10,11 +10,17 @@ class VymView : public QSplitter { + Q_OBJECT public: VymView(VymModel *model); QItemSelectionModel* selectionModel(); + +public slots: + void changeSelection (const QItemSelection &newSel, const QItemSelection &delSel); + private: QTreeView *treeview; + QItemSelectionModel *selModel; };