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.cpp | |
| parent | Fix detailed transaction information on doubleclick (diff) | |
| download | discoin-0052fe7bbc2a4c244786e3a496263c045fb185c5.tar.xz discoin-0052fe7bbc2a4c244786e3a496263c045fb185c5.zip | |
General cleanups
Diffstat (limited to 'src/qt/clientmodel.cpp')
| -rw-r--r-- | src/qt/clientmodel.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 30b4fe723..06ad5adfc 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -59,3 +59,7 @@ OptionsModel *ClientModel::getOptionsModel() return optionsModel; } +QString ClientModel::formatFullVersion() const +{ + return QString::fromStdString(FormatFullVersion()); +} |