Skip to content
Snippets Groups Projects
Commit c8eb6ec7 authored by Kai Koehne's avatar Kai Koehne
Browse files

ProjectExplorer: Fix compilation warning (gcc)

parent 72744b7c
No related branches found
No related tags found
No related merge requests found
......@@ -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)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment