Fix "Append Label to Save path" on Windows

This commit is contained in:
Christophe Dumez
2011-02-12 09:50:23 +00:00
parent 12d1e852f4
commit d9e15e40f4
3 changed files with 20 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ public:
static QString truncateRootFolder(boost::intrusive_ptr<libtorrent::torrent_info> t);
static QString truncateRootFolder(libtorrent::torrent_handle h);
static QString updateLabelInSavePath(const QString& defaultSavePath, const QString &save_path, const QString &old_label, const QString &new_label);
static QString updateLabelInSavePath(QString defaultSavePath, QString save_path, const QString &old_label, const QString &new_label);
static bool sameFiles(const QString &path1, const QString &path2);
static bool isUrl(const QString &s);