mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 23:22:31 -06:00
Fix libtorrent 1.0.0 compilation. Closes #1659
This commit is contained in:
@@ -87,7 +87,7 @@ protected slots:
|
||||
void handleSortColumnChanged(int col);
|
||||
|
||||
private:
|
||||
static QString getConnectionString(int connection_type);
|
||||
static QString getConnectionString(const libtorrent::peer_info &peer);
|
||||
static void getFlags(const libtorrent::peer_info& peer, QString& flags, QString& tooltip);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user