Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 434318 | Differences between
and this patch

Collapse All | Expand All

(-)src/torrentcontentmodelitem.cpp (-1 lines)
Lines 43-49 Link Here
43
#if LIBTORRENT_VERSION_MINOR >= 16
43
#if LIBTORRENT_VERSION_MINOR >= 16
44
  QString name = fsutils::fileName(misc::toQStringU(f.path.c_str()));
44
  QString name = fsutils::fileName(misc::toQStringU(f.path.c_str()));
45
#else
45
#else
46
  Q_UNUSED(t);
47
  QString name = misc::toQStringU(f.path.filename());
46
  QString name = misc::toQStringU(f.path.filename());
48
#endif
47
#endif
49
  // Do not display incomplete extensions
48
  // Do not display incomplete extensions

Return to bug 434318