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

QMakeStep: Fix compilation warning


Remove unused variable.

Change-Id: I8e060a8569edfa34483497188d480e624fc2c5fe
Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
parent 8500fa9f
No related branches found
No related tags found
No related merge requests found
...@@ -704,8 +704,6 @@ void QMakeStepConfigWidget::updateSummaryLabel() ...@@ -704,8 +704,6 @@ void QMakeStepConfigWidget::updateSummaryLabel()
void QMakeStepConfigWidget::updateQmlDebuggingOption() void QMakeStepConfigWidget::updateQmlDebuggingOption()
{ {
m_ui->qmlDebuggingLibraryCheckBox->setEnabled(m_step->isQmlDebuggingLibrarySupported()); m_ui->qmlDebuggingLibraryCheckBox->setEnabled(m_step->isQmlDebuggingLibrarySupported());
QtSupport::BaseQtVersion *qtVersion = m_step->qt4BuildConfiguration()->qtVersion();
m_ui->debuggingLibraryLabel->setText(tr("Enable QML debugging:")); m_ui->debuggingLibraryLabel->setText(tr("Enable QML debugging:"));
QString warningText; QString warningText;
......
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