forked from qt-creator/qt-creator
Fix gcc warning
Fix warning introduced in f8a1b94381
Change-Id: I94f603aa635161892ce0184777368026beb86539
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -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)
|
if (!success || parseInProgress)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user