diff options
| author | Philip Kaufmann <[email protected]> | 2014-06-03 14:42:20 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-06-03 15:01:50 +0200 |
| commit | bbe1925ce3e627fd405d83e3c947e1f430a1d720 (patch) | |
| tree | c90ef9fe03b5f4cbb30ccd23ab42b1c43b26bb1f /src/qt/clientmodel.cpp | |
| parent | Merge pull request #4225 (diff) | |
| download | discoin-bbe1925ce3e627fd405d83e3c947e1f430a1d720.tar.xz discoin-bbe1925ce3e627fd405d83e3c947e1f430a1d720.zip | |
[Qt] style police and small addition in rpcconsole
- fix spaces, indentation and coding style glitches
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) |