ProjectExplorer: Fix warning.

Change-Id: I151ada62c270efa1e5580f5e64fc87439703dfa6
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Christian Kandeler
2012-10-01 11:01:34 +02:00
committed by Daniel Teske
parent dcfd97d41d
commit 591fd56eeb
2 changed files with 2 additions and 1 deletions

View File

@@ -527,6 +527,7 @@ IRunConfigurationAspect *IRunControlFactory::createRunConfigurationAspect()
IRunConfigurationAspect *IRunControlFactory::cloneRunConfigurationAspect(IRunConfigurationAspect *source)
{
Q_UNUSED(source);
return 0;
}