From 9ea0a22fb01931eb3590818091c1761bfa413d1c Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 25 Jul 2013 17:59:02 +0200 Subject: add component name to operation debug output - set the component name to every operation which comes from a component Change-Id: I3e4a1ab2896f7b469fe6606c7e89127c3d6fbc43 Reviewed-by: Niels Weber Reviewed-by: Karsten Heimrich --- src/libs/installer/component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/installer/component.cpp') diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp index cfa220ab1..79347d12b 100644 --- a/src/libs/installer/component.cpp +++ b/src/libs/installer/component.cpp @@ -995,7 +995,7 @@ Operation *Component::createOperation(const QString &operationName, const QStrin operation->setValue(QLatin1String("installer"), qVariantFromValue(d->m_core)); operation->setArguments(d->m_core->replaceVariables(parameters)); - + operation->setValue(QLatin1String("component"), name()); return operation; } -- cgit v1.2.3