Create header for common BitTorrent declarations

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-05-25 10:40:46 +03:00
parent 4a1e3de06d
commit f4efa530dc
14 changed files with 48 additions and 10 deletions

View File

@@ -1,9 +1,10 @@
HEADERS += \
$$PWD/algorithm.h \
$$PWD/asyncfilestorage.h \
$$PWD/bittorrent/addtorrentparams.h \
$$PWD/bittorrent/addtorrentparams.h \
$$PWD/bittorrent/bandwidthscheduler.h \
$$PWD/bittorrent/cachestatus.h \
$$PWD/bittorrent/common.h \
$$PWD/bittorrent/customstorage.h \
$$PWD/bittorrent/downloadpriority.h \
$$PWD/bittorrent/filterparserthread.h \