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