summaryrefslogtreecommitdiff
path: root/fetchtopicsaction.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-07 00:32:15 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-07 00:32:15 +0200
commit3601ee3e4af4f0977b8e8a58d122f2c0c95d5b5c (patch)
treec010170560109d36e26752d808a30c995a8eb0d8 /fetchtopicsaction.h
parente1afe6fe235921f62d66c857426f3f40a3563825 (diff)
downloadtapasboard-3601ee3e4af4f0977b8e8a58d122f2c0c95d5b5c.tar.gz
tapasboard-3601ee3e4af4f0977b8e8a58d122f2c0c95d5b5c.zip
try to avoid showing duplicate topics
Diffstat (limited to 'fetchtopicsaction.h')
-rw-r--r--fetchtopicsaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchtopicsaction.h b/fetchtopicsaction.h
index 87b756f..307e528 100644
--- a/fetchtopicsaction.h
+++ b/fetchtopicsaction.h
@@ -26,6 +26,7 @@ private slots:
private:
static QString decodeTopicText(const QVariant& v);
+ QList<int> getCurrentDbTopics(int start, int end);
private:
XmlRpcPendingCall *_call;