mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Merge pull request #78 from SuperGnarf/release-3.0.2
Remove macro for not existing variable t
This commit is contained in:
commit
7b908c7adf
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ TorrentContentModelItem::TorrentContentModelItem(const libtorrent::file_entry &f
|
|||
#if LIBTORRENT_VERSION_MINOR >= 16
|
||||
QString name = fsutils::fileName(misc::toQStringU(f.path.c_str()));
|
||||
#else
|
||||
Q_UNUSED(t);
|
||||
QString name = misc::toQStringU(f.path.filename());
|
||||
#endif
|
||||
// Do not display incomplete extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue