summaryrefslogtreecommitdiff
path: root/fetchtopicsaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fetchtopicsaction.cpp')
-rw-r--r--fetchtopicsaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchtopicsaction.cpp b/fetchtopicsaction.cpp
index 31a507a..ead8d4d 100644
--- a/fetchtopicsaction.cpp
+++ b/fetchtopicsaction.cpp
@@ -30,6 +30,7 @@ void FetchTopicsAction::execute()
{
_call = _board->service()->asyncCall("get_topic",
QString::number(_forumId), _start, _end);
+ _call->setParent(this);
connect(_call, SIGNAL(finished(XmlRpcPendingCall*)), SLOT(handleFinishedCall()));
}