aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-06-03 15:28:35 +0200
committerWladimir J. van der Laan <[email protected]>2014-06-03 15:28:48 +0200
commit6a6d7892c431085ae9f1450191555c829b770ee5 (patch)
treec90ef9fe03b5f4cbb30ccd23ab42b1c43b26bb1f /src/qt/clientmodel.cpp
parentMerge pull request #4225 (diff)
parent[Qt] style police and small addition in rpcconsole (diff)
downloaddiscoin-6a6d7892c431085ae9f1450191555c829b770ee5.tar.xz
discoin-6a6d7892c431085ae9f1450191555c829b770ee5.zip
Merge pull request #4280
bbe1925 [Qt] style police and small addition in rpcconsole (Philip Kaufmann)
Diffstat (limited to 'src/qt/clientmodel.cpp')
-rw-r--r--src/qt/clientmodel.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index ce773e0f8..1c008428a 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -23,7 +23,9 @@
static const int64_t nClientStartupTime = GetTime();
ClientModel::ClientModel(OptionsModel *optionsModel, QObject *parent) :
- QObject(parent), optionsModel(optionsModel), peerTableModel(0),
+ QObject(parent),
+ optionsModel(optionsModel),
+ peerTableModel(0),
cachedNumBlocks(0),
cachedReindexing(0), cachedImporting(0),
numBlocksAtStartup(-1), pollTimer(0)