From 37139c96f04f781b053feefdbb5b3d28b2bcfc11 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 4 Apr 2013 23:37:52 +0200 Subject: fix timezones on real device --- board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board.h') diff --git a/board.h b/board.h index eadf4c0..7e8fb97 100644 --- a/board.h +++ b/board.h @@ -55,7 +55,7 @@ public: QString parseSmilies(QString text) const; QString renderHumanDate(const QDateTime& dateTime); - QString renderHumanTime(const QDateTime& dateTime); + QString renderHumanDateTime(const QDateTime& dateTime); public slots: void cancelAllActions(); -- cgit v1.2.3