From d8fcff1a2d6eb61c97c44790dbdb920ba9f52980 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 4 Apr 2013 15:49:31 +0200 Subject: add showing unread posts --- fetchpostsaction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchpostsaction.h') diff --git a/fetchpostsaction.h b/fetchpostsaction.h index 732c0d2..e122622 100644 --- a/fetchpostsaction.h +++ b/fetchpostsaction.h @@ -26,6 +26,7 @@ private slots: private: static QString unencodePostText(const QVariant& v); + static QString unencodePostTitle(const QVariant& v, const QString& topicTitle); QString unencodePostContent(const QVariant& v); private: -- cgit v1.2.3