summaryrefslogtreecommitdiff
path: root/board.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-04 23:37:52 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-04 23:37:52 +0200
commit37139c96f04f781b053feefdbb5b3d28b2bcfc11 (patch)
treec6a5bd9557a0442e6b5ad6fa3bae86803339cf32 /board.h
parent3f3a98b7e49230aabd0e557ea59e89e20537ca8a (diff)
downloadtapasboard-37139c96f04f781b053feefdbb5b3d28b2bcfc11.tar.gz
tapasboard-37139c96f04f781b053feefdbb5b3d28b2bcfc11.zip
fix timezones on real device
Diffstat (limited to 'board.h')
-rw-r--r--board.h2
1 files changed, 1 insertions, 1 deletions
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();