Move AddTorrentParams to its own header (#6712)

* Move AddTorrentParams to its own header

* fixup! Move AddTorrentParams to its own header
This commit is contained in:
Vladimir Golovnev
2017-04-29 11:49:40 +03:00
committed by GitHub
parent 70f1153413
commit 93df0ef1d1
4 changed files with 55 additions and 15 deletions

View File

@@ -25,6 +25,7 @@ HEADERS += \
$$PWD/net/reverseresolution.h \
$$PWD/net/smtp.h \
$$PWD/net/private/geoipdatabase.h \
$$PWD/bittorrent/addtorrentparams.h \
$$PWD/bittorrent/infohash.h \
$$PWD/bittorrent/session.h \
$$PWD/bittorrent/sessionstatus.h \