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.cpp | |
parent | c60015a26095ecf2e3a5fb6e04f8c1b6d31acad2 (diff) |
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 30b4fe7235..06ad5adfc8 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()); +} |