QmlJSInspector: Fix naming of QmlInspectorToolBar

Add a 'Js' to make it align with the other classes of the plugin.

Change-Id: If9514d7ed3a2244a60e7ebc72256ddfc25695c68
Reviewed-on: http://codereview.qt.nokia.com/817
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Kai Koehne
2011-06-28 09:57:55 +02:00
committed by Christiaan Janssen
parent 3e02f2a4d9
commit bff9e2618b
6 changed files with 49 additions and 51 deletions

View File

@@ -32,7 +32,7 @@
#include "qmljsinspectorconstants.h"
#include "qmljsinspector.h"
#include "qmlinspectortoolbar.h"
#include "qmljsinspectortoolbar.h"
#include "qmljsclientproxy.h"
#include "qmljslivetextpreview.h"
#include "qmljsprivateapi.h"
@@ -157,7 +157,7 @@ InspectorUi::InspectorUi(QObject *parent)
, m_cursorPositionChangedExternally(false)
{
m_instance = this;
m_toolBar = new QmlInspectorToolBar(this);
m_toolBar = new QmlJsInspectorToolBar(this);
}
InspectorUi::~InspectorUi()