Drop libtorrent 0.15.x support.

This commit is contained in:
sledgehammer999
2013-10-23 22:16:23 +03:00
parent 243abaf524
commit b4dca951b2
23 changed files with 19 additions and 518 deletions

View File

@@ -107,11 +107,7 @@ namespace misc
QList<int> intListfromStringList(const QStringList &l);
QList<bool> boolListfromStringList(const QStringList &l);
#if LIBTORRENT_VERSION_NUM < 001600
QString toQString(const boost::posix_time::ptime& boostDate);
#else
QString toQString(time_t t);
#endif
#ifndef DISABLE_GUI
bool naturalSort(QString left, QString right, bool& result);