remove unneded class CNodeCombinedStats; from rpcconsole.cpp

- also 2 small style fixes
This commit is contained in:
Philip Kaufmann 2014-06-23 08:06:52 +02:00
parent 8f59251b83
commit b612bde521
2 changed files with 2 additions and 2 deletions

View File

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

View File

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