Browse Source

remove unneded class CNodeCombinedStats; from rpcconsole.cpp

- also 2 small style fixes
0.10
Philip Kaufmann 10 years ago
parent
commit
b612bde521
  1. 1
      src/qt/rpcconsole.cpp
  2. 1
      src/qt/rpcconsole.h

1
src/qt/rpcconsole.cpp

@ -231,6 +231,7 @@ RPCConsole::RPCConsole(QWidget *parent) : @@ -231,6 +231,7 @@ RPCConsole::RPCConsole(QWidget *parent) :
startExecutor();
setTrafficGraphRange(INITIAL_TRAFFIC_GRAPH_MINS);
ui->detailWidget->hide();
clear();

1
src/qt/rpcconsole.h

@ -13,7 +13,6 @@ @@ -13,7 +13,6 @@
#include <QDialog>
class ClientModel;
class CNodeCombinedStats;
QT_BEGIN_NAMESPACE
class QItemSelection;

Loading…
Cancel
Save