Fix gcc warning

Fix warning introduced in f8a1b94381

Change-Id: I94f603aa635161892ce0184777368026beb86539
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Kai Koehne
2011-12-13 12:08:37 +01:00
committed by Daniel Teske
parent f1d633a254
commit 046f25ea7b

View File

@@ -539,7 +539,7 @@ void Qt4ProjectConfigWidget::toolChainChanged()
}
}
void Qt4ProjectConfigWidget::proFileUpdated(Qt4ProjectManager::Qt4ProFileNode *node, bool success, bool parseInProgress)
void Qt4ProjectConfigWidget::proFileUpdated(Qt4ProjectManager::Qt4ProFileNode * /*node*/, bool success, bool parseInProgress)
{
if (!success || parseInProgress)
return;