aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/Package/DteEventsHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Package/Package/DteEventsHandler.cs')
-rw-r--r--QtVsTools.Package/Package/DteEventsHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtVsTools.Package/Package/DteEventsHandler.cs b/QtVsTools.Package/Package/DteEventsHandler.cs
index 1c1dc2d8..a40371b6 100644
--- a/QtVsTools.Package/Package/DteEventsHandler.cs
+++ b/QtVsTools.Package/Package/DteEventsHandler.cs
@@ -131,7 +131,7 @@ namespace QtVsTools
if (QtProject.Create(project) is {} qtProject) {
var versionInfo = QtVersionManager.The().GetVersionInfo(qtProject.GetQtVersion());
if (!string.IsNullOrEmpty(versionInfo?.Namespace()))
- QtVsToolsPackage.Instance.CopyNatvisFiles(versionInfo.Namespace());
+ QtVsToolsPackage.Instance.CopyVisualizersFiles(versionInfo.Namespace());
}
// Notify about old project format and offer upgrade option.