mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-18 11:57:37 -05:00
remove unneded class CNodeCombinedStats; from rpcconsole.cpp
- also 2 small style fixes
This commit is contained in:
parent
8f59251b83
commit
b612bde521
2 changed files with 2 additions and 2 deletions
|
@ -231,6 +231,7 @@ RPCConsole::RPCConsole(QWidget *parent) :
|
||||||
|
|
||||||
startExecutor();
|
startExecutor();
|
||||||
setTrafficGraphRange(INITIAL_TRAFFIC_GRAPH_MINS);
|
setTrafficGraphRange(INITIAL_TRAFFIC_GRAPH_MINS);
|
||||||
|
|
||||||
ui->detailWidget->hide();
|
ui->detailWidget->hide();
|
||||||
|
|
||||||
clear();
|
clear();
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
class ClientModel;
|
class ClientModel;
|
||||||
class CNodeCombinedStats;
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QItemSelection;
|
class QItemSelection;
|
||||||
|
|
Loading…
Add table
Reference in a new issue