summaryrefslogtreecommitdiff
path: root/fetchpostsaction.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 00:51:58 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 00:51:58 +0200
commit427004acc6a80004f69c6ce059667465023269a9 (patch)
treebfa65471cc6411225016def30813623fdbc63f05 /fetchpostsaction.h
parent28bb9f9ee55b4899204bb9f860f2cda6f90b4806 (diff)
downloadtapasboard-427004acc6a80004f69c6ce059667465023269a9.tar.gz
tapasboard-427004acc6a80004f69c6ce059667465023269a9.zip
parse bbcode, show usernames, ....
Diffstat (limited to 'fetchpostsaction.h')
-rw-r--r--fetchpostsaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchpostsaction.h b/fetchpostsaction.h
index 63cb5f8..9951989 100644
--- a/fetchpostsaction.h
+++ b/fetchpostsaction.h
@@ -22,6 +22,7 @@ private slots:
private:
static QString unencodePostText(const QVariant& v);
+ QString unencodePostContent(const QVariant& v);
private:
XmlRpcPendingCall *_call;