vymview.cpp
changeset 800 959bd133cd1a
parent 799 2c42ad499ac3
child 801 16a8ef1d82b2
     1.1 --- a/vymview.cpp	Thu Oct 01 11:48:58 2009 +0000
     1.2 +++ b/vymview.cpp	Thu Oct 01 13:23:20 2009 +0000
     1.3 @@ -40,6 +40,11 @@
     1.4  		model, SIGNAL (dataChanged(const QModelIndex &, const QModelIndex &)), 
     1.5  		mapEditor,SLOT (updateData(const QModelIndex &) ) );
     1.6  
     1.7 +
     1.8 +	connect (
     1.9 +		model, SIGNAL (sortFilterChanged (const QString &)),
    1.10 +		treeEditor, SLOT (setSortFilter (const QString &) ) );
    1.11 +
    1.12  	// VymModel may want to update selection or other data, e.g. during animation
    1.13  	connect (
    1.14  		model, SIGNAL (selectionChanged(const QItemSelection &, const QItemSelection &)),