summaryrefslogtreecommitdiff
path: root/board.h
diff options
context:
space:
mode:
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