diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-08-06 15:40:50 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-08-07 14:01:49 +0200 |
commit | 54bd28fa758d9753464b3eb07d203521b50de1c6 (patch) | |
tree | 7377907272b3fbea46e724d9418a133aa114a178 /src/qt/clientmodel.h | |
parent | 0c465f5e6035c6df2868cbd5b940f9b24c07293f (diff) |
[Qt] show client user agent in debug window
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 68434f404c..ca2da3dde0 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -63,6 +63,7 @@ public: QString getStatusBarWarnings() const; QString formatFullVersion() const; + QString formatSubVersion() const; QString formatBuildDate() const; bool isReleaseVersion() const; QString clientName() const; |