More code clean up

This commit is contained in:
Christophe Dumez
2010-07-23 14:09:53 +00:00
parent b483f09d11
commit a6b1d308c2
2 changed files with 4 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ int QTorrentHandle::num_incomplete() const {
QString QTorrentHandle::save_path() const {
Q_ASSERT(h.is_valid());
return misc::toQString(h.save_path().string());
return misc::toQString(h.save_path().string()).replace("\\", "/");
}
#if LIBTORRENT_VERSION_MINOR > 14