diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2020-06-27 11:41:17 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2020-06-29 20:11:18 +0100 |
commit | 76277cc77dea39b53e09ee1c440cd37270826201 (patch) | |
tree | 3714b824b2c1d808e8ee4ad0b1418189e4fb8abc /src/qt/rpcconsole.h | |
parent | 49464004701e5ac256fe1f3e969464012af7c598 (diff) |
qt: Hide peer detail view if multiple are selected
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index de8e37cca2..063451239a 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -94,6 +94,8 @@ private Q_SLOTS: void showOrHideBanTableIfRequired(); /** clear the selected node */ void clearSelectedNode(); + /** show detailed information on ui about selected node */ + void updateDetailWidget(); public Q_SLOTS: void clear(bool clearHistory = true); @@ -115,8 +117,6 @@ public Q_SLOTS: void browseHistory(int offset); /** Scroll console view to end */ void scrollToEnd(); - /** Handle selection of peer in peers list */ - void peerSelected(const QItemSelection &selected, const QItemSelection &deselected); /** Handle selection caching before update */ void peerLayoutAboutToChange(); /** Handle updated peer information */ @@ -137,8 +137,6 @@ Q_SIGNALS: private: void startExecutor(); void setTrafficGraphRange(int mins); - /** show detailed information on ui about selected node */ - void updateNodeDetail(const CNodeCombinedStats *stats); enum ColumnWidths { |