summaryrefslogtreecommitdiff
path: root/fetchpostsaction.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-06 17:42:47 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-06 17:42:47 +0200
commitb04a2a981a91ed58e55a275402cb2f9f73bd85a2 (patch)
tree1fc1690f78fb40de214bc95361dff5fcbe516d0c /fetchpostsaction.h
parenta4626f5306ed3c5e52c28bb49d61ec50c7c2f329 (diff)
downloadtapasboard-b04a2a981a91ed58e55a275402cb2f9f73bd85a2.tar.gz
tapasboard-b04a2a981a91ed58e55a275402cb2f9f73bd85a2.zip
timezone issue was tapatalk plugin bug, so remove workaround
Diffstat (limited to 'fetchpostsaction.h')
-rw-r--r--fetchpostsaction.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/fetchpostsaction.h b/fetchpostsaction.h
index f8ad03e..6586ae6 100644
--- a/fetchpostsaction.h
+++ b/fetchpostsaction.h
@@ -28,10 +28,9 @@ private slots:
void handleFinishedCall();
private:
- static QString unencodePostText(const QVariant& v);
- static QString unencodePostTitle(const QVariant& v, const QString& topicTitle);
- QString unencodePostContent(const QVariant& v);
- static QDateTime unencodeDateTime(const QVariant& v);
+ static QString decodePostText(const QVariant& v);
+ static QString decodePostTitle(const QVariant& v, const QString& topicTitle);
+ QString decodePostContent(const QVariant& v);
private:
XmlRpcPendingCall *_call;