summaryrefslogtreecommitdiff
path: root/boardmodel.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 14:13:49 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 14:13:49 +0200
commit226690b61e546294ae102c4a4b48b56555609c57 (patch)
treee52865a90a3f81613e546ee9fe748720a21b909a /boardmodel.h
parent07abe301396f9b0fbfca67d4b4f6df6b9fdf6e82 (diff)
downloadtapasboard-226690b61e546294ae102c4a4b48b56555609c57.tar.gz
tapasboard-226690b61e546294ae102c4a4b48b56555609c57.zip
add better support for subforums
Diffstat (limited to 'boardmodel.h')
-rw-r--r--boardmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boardmodel.h b/boardmodel.h
index 974173e..3662642 100644
--- a/boardmodel.h
+++ b/boardmodel.h
@@ -21,7 +21,7 @@ public:
DescriptionRole = Qt::StatusTipRole,
ForumIdRole = Qt::UserRole,
- ParentIdRole,
+ SubOnlyRole,
CategoryRole
};