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:
hjk
2011-05-31 10:47:39 +02:00
committed by hjk
parent 96129accb5
commit 309593704d
3 changed files with 10 additions and 11 deletions

View File

@@ -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();