aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/QML/Parser/QmlParserInterop.cs
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Package/QML/Parser/QmlParserInterop.cs')
-rw-r--r--QtVsTools.Package/QML/Parser/QmlParserInterop.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/QtVsTools.Package/QML/Parser/QmlParserInterop.cs b/QtVsTools.Package/QML/Parser/QmlParserInterop.cs
index 901ef7b5..d8eb710e 100644
--- a/QtVsTools.Package/QML/Parser/QmlParserInterop.cs
+++ b/QtVsTools.Package/QML/Parser/QmlParserInterop.cs
@@ -340,7 +340,6 @@ namespace QtVsTools.Qml
UnmarshalNode(nodeData, node);
node.ImportToken = UnmarshalLocation(nodeData);
node.FileNameToken = UnmarshalLocation(nodeData);
- node.VersionToken = UnmarshalLocation(nodeData);
node.AsToken = UnmarshalLocation(nodeData);
node.ImportIdToken = UnmarshalLocation(nodeData);
node.SemicolonToken = UnmarshalLocation(nodeData);