mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
committed by
GitHub
parent
77bd09bb8b
commit
941c587c68
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user