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:
parent
daceb0d94a
commit
ee729b2642
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue