Fix race condition allowing to run multiple instances at the same time (closes #286968)

This commit is contained in:
Christophe Dumez
2010-06-09 10:12:15 +00:00
parent 779b2baa74
commit a1aa507bdb
25 changed files with 1717 additions and 157 deletions

View File

@@ -115,6 +115,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);