begininstallation has nothing todo with createOperations

- copy and paste error

Change-Id: Iac33b200d4c2654679b036f03866fcf4cba03758
Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
This commit is contained in:
Tim Jenssen 2011-11-23 11:34:11 +01:00 committed by Niels Weber
parent 7c2e7fbc2c
commit c6475d72ca

View File

@ -605,7 +605,6 @@ void Component::beginInstallation()
{
// the script can override this method
if (callScriptMethod(QLatin1String("beginInstallation")).isValid()) {
d->m_operationsCreated = true;
return;
}
}