summaryrefslogtreecommitdiff
path: root/forummodel.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-04 01:59:18 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-04 01:59:18 +0200
commit11b4152301b408c7a4f02a8b202fed9f5e1ee1e7 (patch)
tree162ab60099e7af348b6b7e2476707ea02a59ffe3 /forummodel.h
parent3c88a76b1be759d13097810877d6e990b3371726 (diff)
downloadtapasboard-11b4152301b408c7a4f02a8b202fed9f5e1ee1e7.tar.gz
tapasboard-11b4152301b408c7a4f02a8b202fed9f5e1ee1e7.zip
add topic replies counter bubbles
Diffstat (limited to 'forummodel.h')
-rw-r--r--forummodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/forummodel.h b/forummodel.h
index 0458cfd..4c00692 100644
--- a/forummodel.h
+++ b/forummodel.h
@@ -22,7 +22,7 @@ public:
TopicIdRole = Qt::UserRole,
TopicTypeRole,
- NumPostsRole
+ NumRepliesRole
};
Board * board() const;