aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs')
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs
index 41b80660..bad51298 100644
--- a/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs
@@ -92,7 +92,7 @@ namespace QtVsTools.Qml.Debug.V4
protected override void DisposeFinally()
{
eventReceived.Set();
- QtVsToolsPackage.Instance.JoinableTaskFactory.Run(
+ QtVsToolsLegacyPackage.Instance.JoinableTaskFactory.Run(
async () => await Task.WhenAll(new[] { eventHandlingThread }));
eventReceived.Dispose();
}