mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
parent
77bd09bb8b
commit
941c587c68
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ void PeerListWidget::copySelectedPeers()
|
||||||
void PeerListWidget::clear()
|
void PeerListWidget::clear()
|
||||||
{
|
{
|
||||||
m_peerItems.clear();
|
m_peerItems.clear();
|
||||||
|
m_I2PPeerItems.clear();
|
||||||
m_itemsByIP.clear();
|
m_itemsByIP.clear();
|
||||||
const int nbrows = m_listModel->rowCount();
|
const int nbrows = m_listModel->rowCount();
|
||||||
if (nbrows > 0)
|
if (nbrows > 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue