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