summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/formeditor/qwizard_container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/formeditor/qwizard_container.cpp')
-rw-r--r--src/designer/src/components/formeditor/qwizard_container.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/components/formeditor/qwizard_container.cpp b/src/designer/src/components/formeditor/qwizard_container.cpp
index 36e73c6ea..dbc7084eb 100644
--- a/src/designer/src/components/formeditor/qwizard_container.cpp
+++ b/src/designer/src/components/formeditor/qwizard_container.cpp
@@ -36,8 +36,8 @@
QT_BEGIN_NAMESPACE
-typedef QList<int> IdList;
-typedef QList<QWizardPage *> WizardPageList;
+using IdList = QList<int>;
+using WizardPageList = QList<QWizardPage *>;
namespace qdesigner_internal {