forked from qt-creator/qt-creator
QmlProfiler: Fix warning about unused variable
Change-Id: I274b844215eeebb33e81bd7df6b07862286fcefe Reviewed-on: http://codereview.qt.nokia.com/2446 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
@@ -263,11 +263,6 @@ QWidget *QmlProfilerTool::createWidgets()
|
|||||||
connect(d->m_callerView, SIGNAL(gotoSourceLocation(QString,int)),
|
connect(d->m_callerView, SIGNAL(gotoSourceLocation(QString,int)),
|
||||||
this, SLOT(gotoSourceLocation(QString,int)));
|
this, SLOT(gotoSourceLocation(QString,int)));
|
||||||
|
|
||||||
Core::ICore *core = Core::ICore::instance();
|
|
||||||
Core::ActionManager *am = core->actionManager();
|
|
||||||
Core::ActionContainer *manalyzer = am->actionContainer(Analyzer::Constants::M_DEBUG_ANALYZER);
|
|
||||||
const Core::Context globalcontext(Core::Constants::C_GLOBAL);
|
|
||||||
|
|
||||||
QDockWidget *eventsDock = AnalyzerManager::createDockWidget
|
QDockWidget *eventsDock = AnalyzerManager::createDockWidget
|
||||||
(this, tr("Events"), d->m_eventsView, Qt::BottomDockWidgetArea);
|
(this, tr("Events"), d->m_eventsView, Qt::BottomDockWidgetArea);
|
||||||
QDockWidget *timelineDock = AnalyzerManager::createDockWidget
|
QDockWidget *timelineDock = AnalyzerManager::createDockWidget
|
||||||
|
|||||||
Reference in New Issue
Block a user