Searched refs:onTorrentModelDataChanged (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfilterbar.h95 void onTorrentModelDataChanged( const QModelIndex&, const QModelIndex& );
H A Dfilterbar.cc443 connect( &myTorrents, SIGNAL(dataChanged(const QModelIndex&,const QModelIndex&)), this, SLOT(onTorrentModelDataChanged(const QModelIndex&,const QModelIndex&)));
543 void FilterBar :: onTorrentModelDataChanged( const QModelIndex&, const QModelIndex& ) { recountSoon( ); } function in class:FilterBar

Completed in 33 milliseconds