mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fix compilation with Qt 4.4
- Fix compilation with older boost libraries
This commit is contained in:
parent
88b77a63ed
commit
9323660c79
9 changed files with 68 additions and 32 deletions
|
@ -53,7 +53,7 @@ private:
|
|||
PeerListDelegate *listDelegate;
|
||||
QSortFilterProxyModel * proxyModel;
|
||||
QHash<QString, QStandardItem*> peerItems;
|
||||
QHash<QString, boost::asio::ip::tcp::endpoint> peerEndpoints;
|
||||
QHash<QString, libtorrent::asio::ip::tcp::endpoint> peerEndpoints;
|
||||
QSet<QString> missingFlags;
|
||||
QPointer<ReverseResolution> resolver;
|
||||
PropertiesWidget* properties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue