aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2015-06-21 13:07:08 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2015-08-10 14:11:25 +0200
commit92684bb8728613c828b36711aa2be5f97cf8a0ad (patch)
treef592ea99db17180843f21a7772a45ca0f8f79a0d /src/qt/rpcconsole.cpp
parentc0f66ce44abdc44ddbff892720d5b85f6a95436d (diff)
downloadbitcoin-92684bb8728613c828b36711aa2be5f97cf8a0ad.tar.xz
[Qt] minor optimisations in peertablemodel
- remove an unneeded include of net.h in peertablemodel.cpp - add const after size() in PeerTablePriv - remove 2x unneeded else in functions - replace a (int) typecast by (QVariant) to use Qt style - remove unneeded include of peertablemodel.h from rpcconsole.cpp
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index 35729bbb8b..14339e1ab5 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -7,7 +7,6 @@
#include "clientmodel.h"
#include "guiutil.h"
-#include "peertablemodel.h"
#include "platformstyle.h"
#include "chainparams.h"