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:
@@ -177,8 +177,9 @@ void QmlInspectorToolBar::setShowAppOnTop(bool showAppOnTop)
|
||||
m_emitSignals = true;
|
||||
}
|
||||
|
||||
void QmlInspectorToolBar::createActions(const Core::Context &context)
|
||||
void QmlInspectorToolBar::createActions()
|
||||
{
|
||||
Core::Context context(Debugger::Constants::C_QMLDEBUGGER);
|
||||
Core::ICore *core = Core::ICore::instance();
|
||||
Core::ActionManager *am = core->actionManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user