summaryrefslogtreecommitdiff
path: root/board.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-07 04:19:54 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-07 04:19:54 +0200
commit0a3f6f27868a6eaa15d27cfe5be303292737b562 (patch)
treeeca52784e4ad518e3fbeaa0afb104878a1217496 /board.h
parent564f185e62e85fbd1662e9da06abbd853bab7266 (diff)
downloadtapasboard-0a3f6f27868a6eaa15d27cfe5be303292737b562.tar.gz
tapasboard-0a3f6f27868a6eaa15d27cfe5be303292737b562.zip
add categories for forum view
Diffstat (limited to 'board.h')
-rw-r--r--board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board.h b/board.h
index d7e91a2..c38bd48 100644
--- a/board.h
+++ b/board.h
@@ -68,8 +68,8 @@ public:
QString bbcodeToRichText(QString text) const;
QString parseSmilies(QString text) const;
- QString renderHumanDate(const QDateTime& dateTime);
- QString renderHumanDateTime(const QDateTime& dateTime);
+ Q_INVOKABLE QString renderHumanDate(const QDateTime& dateTime, bool monthOnly = false);
+ Q_INVOKABLE QString renderHumanDateTime(const QDateTime& dateTime);
public slots:
void cancelAllActions();