From 5d8d6fed3fd7dd796a5a3093a7dbd46fab8d380a Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 4 Apr 2013 00:00:38 +0200 Subject: pass Board objects instead of boardUrls around QML --- fetchpostsaction.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchpostsaction.cpp') 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())); } -- cgit v1.2.3