aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljseditordocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmljseditor/qmljseditordocument.h')
-rw-r--r--src/plugins/qmljseditor/qmljseditordocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljseditordocument.h b/src/plugins/qmljseditor/qmljseditordocument.h
index 0b5c6e34a8..a42b367885 100644
--- a/src/plugins/qmljseditor/qmljseditordocument.h
+++ b/src/plugins/qmljseditor/qmljseditordocument.h
@@ -43,7 +43,7 @@ class QMLJSEDITOR_EXPORT QmlJSEditorDocument : public TextEditor::TextDocument
{
Q_OBJECT
public:
- QmlJSEditorDocument(Core::Id id);
+ QmlJSEditorDocument(Utils::Id id);
~QmlJSEditorDocument() override;
const QmlJSTools::SemanticInfo &semanticInfo() const;