mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-17 05:21:50 +03:00
de5f38a160
libtorrent has a relatively heavy headers, that take lots of time to process. This commit removes unnecessary includes of libtorrent headers and replaces them with forward declarations. I had to move some functions in QBtSession from slots to regular functions because moc'ed file want to see complete types of all parameters of slots. "time make" of full rebuild before this series of commits: real 13m35.937s user 12m1.295s sys 1m25.908s after: real 10m54.390s user 9m31.167s sys 1m12.580s |
||
---|---|---|
.. | ||
alertdispatcher.cpp | ||
alertdispatcher.h | ||
bandwidthscheduler.h | ||
filterparserthread.h | ||
qbtsession.cpp | ||
qbtsession.h | ||
qtlibtorrent.pri | ||
qtorrenthandle.cpp | ||
qtorrenthandle.h | ||
shutdownconfirm.cpp | ||
shutdownconfirm.h | ||
torrentmodel.cpp | ||
torrentmodel.h | ||
torrentspeedmonitor.cpp | ||
torrentspeedmonitor.h | ||
torrentstatistics.cpp | ||
torrentstatistics.h | ||
trackerinfos.h |