forked from qt-creator/qt-creator
Fix warning
Change-Id: I1b68ad0c97b630b95a6c47e6d0a0709c2a0872f6 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -1325,6 +1325,7 @@ void BreakHandler::setResponse(BreakpointModelId id,
|
|||||||
void BreakHandler::changeBreakpointData(BreakpointModelId id,
|
void BreakHandler::changeBreakpointData(BreakpointModelId id,
|
||||||
const BreakpointParameters &data, BreakpointParts parts)
|
const BreakpointParameters &data, BreakpointParts parts)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(parts);
|
||||||
Iterator it = m_storage.find(id);
|
Iterator it = m_storage.find(id);
|
||||||
BREAK_ASSERT(it != m_storage.end(), return);
|
BREAK_ASSERT(it != m_storage.end(), return);
|
||||||
if (data == it->data)
|
if (data == it->data)
|
||||||
|
|||||||
@@ -42,7 +42,6 @@
|
|||||||
#include "qt4target.h"
|
#include "qt4target.h"
|
||||||
#include "qt4nodes.h"
|
#include "qt4nodes.h"
|
||||||
#include "qt4basetargetfactory.h"
|
#include "qt4basetargetfactory.h"
|
||||||
#include "ui_showbuildlog.h"
|
|
||||||
|
|
||||||
#include <projectexplorer/buildmanager.h>
|
#include <projectexplorer/buildmanager.h>
|
||||||
#include <projectexplorer/buildsteplist.h>
|
#include <projectexplorer/buildsteplist.h>
|
||||||
@@ -694,7 +693,6 @@ 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user