diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-01 17:06:36 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-01 17:06:36 +0200 |
commit | 0052fe7bbc2a4c244786e3a496263c045fb185c5 (patch) | |
tree | 7d4db95ddada4f2db935c2120da83d0b49237c4d /src/qt/clientmodel.h | |
parent | c60015a26095ecf2e3a5fb6e04f8c1b6d31acad2 (diff) |
General cleanups
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 18b3ba11e1..659fa65762 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -29,6 +29,8 @@ public: // Return conservative estimate of total number of blocks, or 0 if unknown int getTotalBlocksEstimate() const; + QString formatFullVersion() const; + private: CWallet *wallet; |