Improved ETA calculation

This commit is contained in:
Christophe Dumez
2010-12-18 15:34:38 +00:00
parent a48ef3f94f
commit d124c24e89
6 changed files with 162 additions and 69 deletions

View File

@@ -3,10 +3,12 @@ INCLUDEPATH += $$PWD
HEADERS += $$PWD/qbtsession.h \
$$PWD/qtorrenthandle.h \
$$PWD/bandwidthscheduler.h \
$$PWD/trackerinfos.h
$$PWD/trackerinfos.h \
qtlibtorrent/torrentspeedmonitor.h
SOURCES += $$PWD/qbtsession.cpp \
$$PWD/qtorrenthandle.cpp
$$PWD/qtorrenthandle.cpp \
qtlibtorrent/torrentspeedmonitor.cpp
!contains(DEFINES, DISABLE_GUI) {
HEADERS += $$PWD/torrentmodel.h