forked from qt-creator/qt-creator
qmljsinspector: style
Change-Id: I4d776b9d0ce77a74d0347eb08c15026982ab8054 Reviewed-on: http://codereview.qt.nokia.com/258 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -719,7 +719,7 @@ void InspectorUi::setupDockWidgets()
|
||||
{
|
||||
Debugger::DebuggerMainWindow *mw = Debugger::DebuggerPlugin::mainWindow();
|
||||
|
||||
m_toolBar->createActions(Core::Context(Debugger::Constants::C_QMLDEBUGGER));
|
||||
m_toolBar->createActions();
|
||||
m_toolBar->setObjectName("QmlInspectorToolbar");
|
||||
mw->setToolBar(Debugger::QmlLanguage, m_toolBar->widget());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user