[Qt] style police and small addition in rpcconsole

- fix spaces, indentation and coding style glitches
This commit is contained in:
Philip Kaufmann
2014-06-03 14:42:20 +02:00
parent 4c097f9669
commit bbe1925ce3
10 changed files with 27 additions and 22 deletions

View File

@@ -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)