forked from qt-creator/qt-creator
qmlprofiler: remove unneeded variables
Change-Id: I96a06298018ab3ff3cfc6b6235c71ec5d33f7cbb Reviewed-on: http://codereview.qt.nokia.com/2633 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -59,8 +59,6 @@
|
|||||||
#include <projectexplorer/target.h>
|
#include <projectexplorer/target.h>
|
||||||
|
|
||||||
#include <texteditor/itexteditor.h>
|
#include <texteditor/itexteditor.h>
|
||||||
#include <coreplugin/actionmanager/actioncontainer.h>
|
|
||||||
#include <coreplugin/actionmanager/actionmanager.h>
|
|
||||||
#include <coreplugin/coreconstants.h>
|
#include <coreplugin/coreconstants.h>
|
||||||
#include <coreplugin/editormanager/editormanager.h>
|
#include <coreplugin/editormanager/editormanager.h>
|
||||||
#include <coreplugin/icore.h>
|
#include <coreplugin/icore.h>
|
||||||
@@ -263,11 +261,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