Searched refs:onTorrentModelRowsInserted (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.h93 void onTorrentModelRowsInserted( const QModelIndex&, int, int );
H A Dfilterbar.cc441 connect( &myTorrents, SIGNAL(rowsInserted(const QModelIndex&,int,int)), this, SLOT(onTorrentModelRowsInserted(const QModelIndex&,int,int)));
541 void FilterBar :: onTorrentModelRowsInserted( const QModelIndex&, int, int ) { recountSoon( ); } function in class:FilterBar

Completed in 34 milliseconds