diff src/qt/clientmodel.h @ 2673:eb323c3694cb draft

add client startup time as an entry to debug.log (note: logged time in debug.log differs by a few seconds from the one displayed in the Debug window) / make ClientModel::formatClientStartupTime() return a QString
author Philip Kaufmann <phil.kaufmann@t-online.de>
date Mon, 21 May 2012 23:05:54 +0200
parents 60b19c042950
children 627fdda97160
line wrap: on
line diff
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -41,7 +41,7 @@
     QString formatFullVersion() const;
     QString formatBuildDate() const;
     QString clientName() const;
-    QDateTime formatClientStartupTime() const;
+    QString formatClientStartupTime() const;
 
 private:
     OptionsModel *optionsModel;