aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs')
-rw-r--r--QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs b/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs
index 463c85c9..fa835723 100644
--- a/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs
+++ b/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt VS Tools.
@@ -30,10 +30,11 @@ using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
+using Microsoft.VisualStudio.PlatformUI;
namespace QtVsTools.QtMsBuild
{
- public partial class QtModulesPopup : VsToolsDialogWindow
+ public partial class QtModulesPopup : DialogWindow
{
public class Module
{