aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-03 14:42:20 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-03 15:01:50 +0200
commitbbe1925ce3e627fd405d83e3c947e1f430a1d720 (patch)
treec90ef9fe03b5f4cbb30ccd23ab42b1c43b26bb1f /src/qt/rpcconsole.h
parent4c097f9669a28420da74b159a4d61e509da80d33 (diff)
downloadbitcoin-bbe1925ce3e627fd405d83e3c947e1f430a1d720.tar.xz
[Qt] style police and small addition in rpcconsole
- fix spaces, indentation and coding style glitches
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index c17d5397ec..3fee34d00e 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -6,16 +6,18 @@
#define RPCCONSOLE_H
#include "guiutil.h"
-#include "net.h"
-
#include "peertablemodel.h"
+#include "net.h"
+
#include <QDialog>
class ClientModel;
+class CNodeCombinedStats;
+QT_BEGIN_NAMESPACE
class QItemSelection;
-class CNodeCombinedStats;
+QT_END_NAMESPACE
namespace Ui {
class RPCConsole;