Fix deprecation warnings with libtorrent v0.15

This commit is contained in:
Christophe Dumez
2010-04-06 16:55:11 +00:00
parent fa43393b65
commit aa08552686
3 changed files with 41 additions and 1 deletions

View File

@@ -135,7 +135,9 @@ public slots:
void resumeTorrent(QString hash);
void resumeAllTorrents();
/* End Web UI */
#ifndef LIBTORRENT_0_15
void saveDHTEntry();
#endif
void preAllocateAllFiles(bool b);
void saveFastResumeData();
void enableIPFilter(QString filter);