aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-12 00:28:58 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-12 00:28:58 +0200
commitd2f7778cc7a2258b55f779584c9ca47c8c4b12b9 (patch)
tree5be944ca60396d0411e32ea5f5d73557149a2b3e /src/qt/clientmodel.h
parentb34c5f3c0f4b37335e27bd67f554cf4df6976116 (diff)
downloadbitcoin-d2f7778cc7a2258b55f779584c9ca47c8c4b12b9.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index 74e0c0688f..67835db727 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;