mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
This commit is contained in:
@@ -26,13 +26,9 @@ class Utils: public QObject
|
||||
public:
|
||||
Utils( ) { }
|
||||
virtual ~Utils( ) { }
|
||||
|
||||
public:
|
||||
static QString remoteFileChooser( QWidget * parent, const QString& title, const QString& myPath, bool dir, bool local );
|
||||
static QString sizeToString( double bytes );
|
||||
static QString speedToString( const Speed& speed );
|
||||
static QString percentToString( double x );
|
||||
static QString ratioToString( double ratio );
|
||||
static QString timeToString( int seconds );
|
||||
static const QIcon& guessMimeIcon( const QString& filename );
|
||||
|
||||
// meh
|
||||
|
||||
Reference in New Issue
Block a user