forked from qt-creator/qt-creator
QmlJSInspector: Remove dependency to QmlJSEditor
Change-Id: I6f90bff623437b25887bdd288987c013a45029be Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
@@ -92,6 +92,9 @@ class QMLJSEDITOR_EXPORT QmlJSTextEditorWidget : public TextEditor::BaseTextEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
// used e.g. in qmljsprofiler
|
||||
Q_PROPERTY(QmlJSTools::SemanticInfo semanticInfo READ semanticInfo)
|
||||
|
||||
public:
|
||||
QmlJSTextEditorWidget(QWidget *parent = 0);
|
||||
~QmlJSTextEditorWidget();
|
||||
@@ -105,9 +108,6 @@ public:
|
||||
Internal::QmlOutlineModel *outlineModel() const;
|
||||
QModelIndex outlineModelIndex();
|
||||
|
||||
bool updateSelectedElements() const;
|
||||
void setUpdateSelectedElements(bool value);
|
||||
|
||||
static QVector<QString> highlighterFormatCategories();
|
||||
|
||||
TextEditor::IAssistInterface *createAssistInterface(TextEditor::AssistKind assistKind,
|
||||
@@ -193,7 +193,6 @@ private:
|
||||
|
||||
QmlJS::IContextPane *m_contextPane;
|
||||
int m_oldCursorPosition;
|
||||
bool m_updateSelectedElements;
|
||||
|
||||
FindReferences *m_findReferences;
|
||||
Internal::SemanticHighlighter *m_semanticHighlighter;
|
||||
|
||||
Reference in New Issue
Block a user