diff -r 959bd133cd1a -r 16a8ef1d82b2 vymview.h --- a/vymview.h Thu Oct 01 13:23:20 2009 +0000 +++ b/vymview.h Fri Oct 02 09:40:57 2009 +0000 @@ -20,17 +20,17 @@ VymModel* getModel(); MapEditor* getMapEditor(); void initFocus(); - QItemSelectionModel* selectionModel(); public slots: void changeSelection (const QItemSelection &newSel, const QItemSelection &delSel); + void changeProxySelection (const QItemSelection &newSel, const QItemSelection &delSel); void expandAll (); void showSelection (); private: VymModel *model; TreeEditor *treeEditor; - QTreeView *tv; //FIXME-3 testing only + QItemSelectionModel *proxySelModel; QItemSelectionModel *selModel; MapEditor *mapEditor; };