Fix race condition allowing to run several instances of qBittorrent at the same time

This commit is contained in:
Christophe Dumez
2010-06-09 09:48:14 +00:00
parent 7ab206ebac
commit b9394f2ba2
24 changed files with 1713 additions and 156 deletions

View File

@@ -122,6 +122,7 @@ public:
// Take a number of seconds and return an user-friendly
// time duration like "1d 2h 10m".
static QString userFriendlyDuration(qlonglong seconds);
static QString getUserIDString();
// Convert functions
static QStringList toStringList(const QList<bool> &l);