diff -r 2c42ad499ac3 -r 959bd133cd1a vymview.cpp --- a/vymview.cpp Thu Oct 01 11:48:58 2009 +0000 +++ b/vymview.cpp Thu Oct 01 13:23:20 2009 +0000 @@ -40,6 +40,11 @@ model, SIGNAL (dataChanged(const QModelIndex &, const QModelIndex &)), mapEditor,SLOT (updateData(const QModelIndex &) ) ); + + connect ( + model, SIGNAL (sortFilterChanged (const QString &)), + treeEditor, SLOT (setSortFilter (const QString &) ) ); + // VymModel may want to update selection or other data, e.g. during animation connect ( model, SIGNAL (selectionChanged(const QItemSelection &, const QItemSelection &)),