From c8eb6ec70dfacd8d5b11f85d4ab79aca3fd5ec08 Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@nokia.com> Date: Tue, 29 Jun 2010 09:27:06 +0200 Subject: [PATCH] ProjectExplorer: Fix compilation warning (gcc) --- src/plugins/projectexplorer/customwizard/customwizardpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/customwizard/customwizardpage.cpp b/src/plugins/projectexplorer/customwizard/customwizardpage.cpp index 37791611adc..1fbd764ffa9 100644 --- a/src/plugins/projectexplorer/customwizard/customwizardpage.cpp +++ b/src/plugins/projectexplorer/customwizard/customwizardpage.cpp @@ -155,7 +155,7 @@ QWidget *CustomWizardFieldPage::registerTextEdit(const QString &fieldName, } // QTextEdit QWidget *CustomWizardFieldPage::registerPathChooser(const QString &fieldName, - const CustomWizardField &field) + const CustomWizardField & /*field*/) { Utils::PathChooser *pathChooser = new Utils::PathChooser; registerField(fieldName, pathChooser, "path", SIGNAL(changed(QString))); -- GitLab