aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/Editors/Editor.QtDesigner.cs
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2023-09-05 16:41:49 +0200
committerMiguel Costa <miguel.costa@qt.io>2023-09-05 15:03:10 +0000
commit62383a43a2332d4e718926c5068b8363ee4393c9 (patch)
tree1de97bbc20d0db064e7182a18926d3a9f39b0b4f /QtVsTools.Package/Editors/Editor.QtDesigner.cs
parent5302a5e64bcb421563f4b11ee97213739a4c1e69 (diff)
Set up legacy release2.10
Change-Id: I368564fc3263753da944c000f93340e9ac1d2f1d Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'QtVsTools.Package/Editors/Editor.QtDesigner.cs')
-rw-r--r--QtVsTools.Package/Editors/Editor.QtDesigner.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtVsTools.Package/Editors/Editor.QtDesigner.cs b/QtVsTools.Package/Editors/Editor.QtDesigner.cs
index b6cee8a6..af707e6b 100644
--- a/QtVsTools.Package/Editors/Editor.QtDesigner.cs
+++ b/QtVsTools.Package/Editors/Editor.QtDesigner.cs
@@ -90,6 +90,6 @@ namespace QtVsTools.Editors
});
}
- protected override bool Detached => QtVsToolsPackage.Instance.Options.DesignerDetached;
+ protected override bool Detached => QtVsToolsLegacyPackage.Instance.Options.DesignerDetached;
}
}