summaryrefslogtreecommitdiff
path: root/board.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-06 21:20:30 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-06 21:20:30 +0200
commitb0886b317fd6de5fa960392b2a8a0dbb557475f5 (patch)
treea2e23cd67c601f2abee84b2d9553436f34716921 /board.h
parentcb820fa02315cbf5ecc7f87435bc724460104f19 (diff)
downloadtapasboard-b0886b317fd6de5fa960392b2a8a0dbb557475f5.tar.gz
tapasboard-b0886b317fd6de5fa960392b2a8a0dbb557475f5.zip
creating new topics
Diffstat (limited to 'board.h')
-rw-r--r--board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board.h b/board.h
index e48dd6f..81ee81f 100644
--- a/board.h
+++ b/board.h
@@ -52,6 +52,7 @@ public:
int getTopicForumId(int topicId);
// Posting stuff
+ Q_INVOKABLE void newTopic(int forumId, const QString& subject, const QString& text);
Q_INVOKABLE void replyToTopic(int topicId, const QString& text);
// BBCode-related helper functions