summaryrefslogtreecommitdiff
path: root/boardmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'boardmodel.cpp')
-rw-r--r--boardmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boardmodel.cpp b/boardmodel.cpp
index 7454d6f..dc1757e 100644
--- a/boardmodel.cpp
+++ b/boardmodel.cpp
@@ -119,6 +119,7 @@ void BoardModel::fetchMore(const QModelIndex &parent)
void BoardModel::refresh()
{
+ // Forcefully refresh the forums list
if (_board) {
_board->enqueueAction(new FetchForumsAction(_board));
}