diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-03 15:28:35 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-03 15:28:48 +0200 |
| commit | 6a6d7892c431085ae9f1450191555c829b770ee5 (patch) | |
| tree | c90ef9fe03b5f4cbb30ccd23ab42b1c43b26bb1f /src/qt/clientmodel.cpp | |
| parent | Merge pull request #4225 (diff) | |
| parent | [Qt] style police and small addition in rpcconsole (diff) | |
| download | discoin-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.cpp | 4 |
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) |