diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-01 17:06:36 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-01 17:06:36 +0200 |
| commit | 0052fe7bbc2a4c244786e3a496263c045fb185c5 (patch) | |
| tree | 7d4db95ddada4f2db935c2120da83d0b49237c4d /src/qt/clientmodel.h | |
| parent | Fix detailed transaction information on doubleclick (diff) | |
| download | discoin-0052fe7bbc2a4c244786e3a496263c045fb185c5.tar.xz discoin-0052fe7bbc2a4c244786e3a496263c045fb185c5.zip | |
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 18b3ba11e..659fa6576 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; |