Fixed translation of size units (Thanks Владимир Головнёв)

This commit is contained in:
Christophe Dumez
2011-01-20 16:45:59 +00:00
parent 015bdc7930
commit fcf3b8e14a
20 changed files with 549 additions and 546 deletions

View File

@@ -175,9 +175,6 @@ public:
static QList<bool> boolListfromStringList(const QStringList &l);
static bool isValidTorrentFile(const QString &path);
private:
static const QString units[5];
};
// Trick to get a portable sleep() function