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