diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-12 00:28:58 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-12 00:28:58 +0200 |
| commit | d2f7778cc7a2258b55f779584c9ca47c8c4b12b9 (patch) | |
| tree | 5be944ca60396d0411e32ea5f5d73557149a2b3e /src/qt/clientmodel.h | |
| parent | Merge pull request #1101 from jgarzik/http11 (diff) | |
| download | discoin-d2f7778cc7a2258b55f779584c9ca47c8c4b12b9.tar.xz discoin-d2f7778cc7a2258b55f779584c9ca47c8c4b12b9.zip | |
add the client startup time to the debug window / rename Version label to Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order
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 74e0c0688..67835db72 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -39,6 +39,7 @@ public: QString formatFullVersion() const; QString formatBuildDate() const; QString clientName() const; + QDateTime formatClientStartupTime() const; private: OptionsModel *optionsModel; |