summaryrefslogtreecommitdiff
path: root/fetchforumsaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fetchforumsaction.cpp')
-rw-r--r--fetchforumsaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchforumsaction.cpp b/fetchforumsaction.cpp
index 7b496c3..53f1f12 100644
--- a/fetchforumsaction.cpp
+++ b/fetchforumsaction.cpp
@@ -22,6 +22,7 @@ bool FetchForumsAction::isSupersetOf(Action *action) const
void FetchForumsAction::execute()
{
_call = _board->service()->asyncCall("get_forum");
+ _call->setParent(this);
connect(_call, SIGNAL(finished(XmlRpcPendingCall*)), SLOT(handleFinishedCall()));
}