From ea2ac1ddd74c1d97f094a4e56f2c038b5fef6351 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 2 Apr 2013 18:36:21 +0200 Subject: add some support for smilies --- fetchpostsaction.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetchpostsaction.cpp') diff --git a/fetchpostsaction.cpp b/fetchpostsaction.cpp index 426f766..7ed9140 100644 --- a/fetchpostsaction.cpp +++ b/fetchpostsaction.cpp @@ -99,5 +99,6 @@ QString FetchPostsAction::unencodePostText(const QVariant &v) QString FetchPostsAction::unencodePostContent(const QVariant &v) { - return _board->bbcodeToRichText(unencodePostText(v)); + QString richText = _board->bbcodeToRichText(unencodePostText(v)); + return _board->parseSmilies(richText); } -- cgit v1.2.3