Searched refs:getCountString (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.h74 QString getCountString( int n ) const;
H A Dfilterbar.cc323 myTrackerModel->setData( myTrackerModel->index(0,0), getCountString(myTorrents.rowCount()), TorrentCountRole );
330 row->setData( getCountString(torrentsPerHost[name]), TorrentCountRole );
361 row->setData( getCountString(torrentsPerHost[host]), TorrentCountRole );
382 row->setData( getCountString(myTorrents.rowCount()), TorrentCountRole );
564 model->setData( indices.first(), getCountString(myFilter.count(m)), TorrentCountRole );
571 FilterBar :: getCountString( int n ) const function in class:FilterBar

Completed in 32 milliseconds