Skip to content

Commit

Permalink
Merge pull request #4391
Browse files Browse the repository at this point in the history
b612bde remove unneded class CNodeCombinedStats; from rpcconsole.cpp (Philip Kaufmann)
  • Loading branch information
laanwj committed Jun 23, 2014
2 parents d4e4e05 + b612bde commit 82f2bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/qt/rpcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ RPCConsole::RPCConsole(QWidget *parent) :

startExecutor();
setTrafficGraphRange(INITIAL_TRAFFIC_GRAPH_MINS);

ui->detailWidget->hide();

clear();
Expand Down Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion src/qt/rpcconsole.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <QDialog>

class ClientModel;
class CNodeCombinedStats;

QT_BEGIN_NAMESPACE
class QItemSelection;
Expand Down

0 comments on commit 82f2bba

Please sign in to comment.