Searched refs:onTorrentModelRowsRemoved (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.h94 void onTorrentModelRowsRemoved( const QModelIndex&, int, int );
H A Dfilterbar.cc442 connect( &myTorrents, SIGNAL(rowsRemoved(const QModelIndex&,int,int)), this, SLOT(onTorrentModelRowsRemoved(const QModelIndex&,int,int)));
542 void FilterBar :: onTorrentModelRowsRemoved( const QModelIndex&, int, int ) { recountSoon( ); } function in class:FilterBar

Completed in 64 milliseconds