mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Update src/torrentcontentmodelitem.cpp
removed macro for not existing variable t
This commit is contained in:
@@ -43,7 +43,6 @@ TorrentContentModelItem::TorrentContentModelItem(const libtorrent::file_entry &f
|
|||||||
#if LIBTORRENT_VERSION_MINOR >= 16
|
#if LIBTORRENT_VERSION_MINOR >= 16
|
||||||
QString name = fsutils::fileName(misc::toQStringU(f.path.c_str()));
|
QString name = fsutils::fileName(misc::toQStringU(f.path.c_str()));
|
||||||
#else
|
#else
|
||||||
Q_UNUSED(t);
|
|
||||||
QString name = misc::toQStringU(f.path.filename());
|
QString name = misc::toQStringU(f.path.filename());
|
||||||
#endif
|
#endif
|
||||||
// Do not display incomplete extensions
|
// Do not display incomplete extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user