QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidget

Matches the general pattern and is shorter.

Change-Id: Ib29ff5203a707f2152a9dfab42bcfd5697d0a7dc
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
hjk
2014-08-25 20:01:46 +02:00
parent 5af67a9078
commit 2db0f875cb
9 changed files with 52 additions and 52 deletions

View File

@@ -67,7 +67,7 @@ class QmlJSOutlineWidget : public TextEditor::IOutlineWidget
public:
QmlJSOutlineWidget(QWidget *parent = 0);
void setEditor(QmlJSTextEditorWidget *editor);
void setEditor(QmlJSEditorWidget *editor);
// IOutlineWidget
virtual QList<QAction*> filterMenuActions() const;
@@ -89,7 +89,7 @@ private:
private:
QmlJSOutlineTreeView *m_treeView;
QmlJSOutlineFilterModel *m_filterModel;
QmlJSTextEditorWidget *m_editor;
QmlJSEditorWidget *m_editor;
QAction *m_showBindingsAction;