Parse URLs in torrent description

This commit is contained in:
Christophe Dumez
2011-04-04 17:16:34 +00:00
parent 6a3d0da4ad
commit ea04f79e0f
3 changed files with 63 additions and 1 deletions

View File

@@ -123,6 +123,8 @@ public:
return MyFile.remove();
}
static QString parseHtmlLinks(const QString &raw_text);
static bool removeEmptyFolder(const QString &dirpath);
static quint64 computePathSize(QString path);