diff --git a/src/gui/properties/piecesbar.cpp b/src/gui/properties/piecesbar.cpp index 8a624b00e..e33ede181 100644 --- a/src/gui/properties/piecesbar.cpp +++ b/src/gui/properties/piecesbar.cpp @@ -282,7 +282,7 @@ void PiecesBar::showToolTip(const QHelpEvent *e) for (int f : files) { - const QString filePath {torrentInfo.filePath(f)}; + const QString filePath {m_torrent->filePath(f)}; renderer(Utils::Misc::friendlyUnit(torrentInfo.fileSize(f)), filePath); } stream << "";