More reliable folder scanning

This commit is contained in:
Christophe Dumez
2010-11-09 19:10:42 +00:00
parent ea1a54c5f1
commit 9c9944715a
3 changed files with 89 additions and 13 deletions

View File

@@ -170,6 +170,8 @@ public:
static QStringList toStringList(const QList<bool> &l);
static QList<int> intListfromStringList(const QStringList &l);
static QList<bool> boolListfromStringList(const QStringList &l);
static bool isValidTorrentFile(const QString &path);
};
// Trick to get a portable sleep() function