Update src/torrentcontentmodelitem.cpp

removed macro for not existing variable t
This commit is contained in:
SuperGnarf 2012-09-02 15:53:43 +03:00
commit 0d26d734b3

View file

@ -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