mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
parent
7ce26435bd
commit
60df790b82
@ -77,10 +77,10 @@ private:
|
||||
|
||||
void wheelEvent(QWheelEvent *event) override;
|
||||
|
||||
QStandardItemModel *m_listModel;
|
||||
PeerListSortModel *m_proxyModel;
|
||||
PropertiesWidget *m_properties;
|
||||
Net::ReverseResolution *m_resolver;
|
||||
QStandardItemModel *m_listModel = nullptr;
|
||||
PeerListSortModel *m_proxyModel = nullptr;
|
||||
PropertiesWidget *m_properties = nullptr;
|
||||
Net::ReverseResolution *m_resolver = nullptr;
|
||||
QHash<QString, QStandardItem *> m_peerItems;
|
||||
bool m_resolveCountries;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user