1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(trunk svn) #3398 "fix compilation with QT < 4.5" -- fixed

This commit is contained in:
Charles Kerr 2010-07-06 15:52:32 +00:00
parent daceb0d94a
commit ee729b2642

View file

@ -377,7 +377,7 @@ Details :: refresh( )
if( torrents.empty( ) )
string = none;
else if( torrents.length() == 1 )
else if( torrents.count() == 1 )
string = Formatter::ratioToString( torrents.first()->ratio() );
else {
bool isMixed = false;