mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
remove unneded class CNodeCombinedStats; from rpcconsole.cpp
- also 2 small style fixes
This commit is contained in:
parent
8f59251b83
commit
b612bde521
@ -231,6 +231,7 @@ RPCConsole::RPCConsole(QWidget *parent) :
|
||||
|
||||
startExecutor();
|
||||
setTrafficGraphRange(INITIAL_TRAFFIC_GRAPH_MINS);
|
||||
|
||||
ui->detailWidget->hide();
|
||||
|
||||
clear();
|
||||
@ -581,7 +582,7 @@ void RPCConsole::peerLayoutChanged()
|
||||
if (fUnselect && selectedRow >= 0)
|
||||
{
|
||||
ui->peerWidget->selectionModel()->select(QItemSelection(selectedModelIndex.first(), selectedModelIndex.last()),
|
||||
QItemSelectionModel::Deselect);
|
||||
QItemSelectionModel::Deselect);
|
||||
}
|
||||
|
||||
if (fReselect)
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include <QDialog>
|
||||
|
||||
class ClientModel;
|
||||
class CNodeCombinedStats;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QItemSelection;
|
||||
|
Loading…
Reference in New Issue
Block a user