mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Clean up code related to show/hide columns
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
private slots:
|
||||
void loadSettings();
|
||||
void saveSettings() const;
|
||||
void displayToggleColumnsMenu(const QPoint &);
|
||||
void displayColumnHeaderMenu();
|
||||
void showPeerListMenu(const QPoint &);
|
||||
void banSelectedPeers();
|
||||
void copySelectedPeers();
|
||||
@@ -97,6 +97,7 @@ private slots:
|
||||
|
||||
private:
|
||||
void updatePeer(const BitTorrent::Torrent *torrent, const BitTorrent::PeerInfo &peer, bool &isNewPeer);
|
||||
int visibleColumnsCount() const;
|
||||
|
||||
void wheelEvent(QWheelEvent *event) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user