summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/qsimpleresource_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-18 16:37:31 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-08 08:11:08 +0000
commitde3454fcaaea88ad0805814c231d796c9fbed2c7 (patch)
treeac1cd6b1601fc4ca588160e3f0ce41d695f2e84d /src/designer/src/lib/shared/qsimpleresource_p.h
parent131d08f789237cd59d108e8ca882a797089764f9 (diff)
Revert "Qt Designer: Migrate from QList to QVector"
This reverts commit ee87edebe6f934ec915b7cb4a0f5a28f73e9f221. The official class name will be QList. Task-number: QTBUG-84469 Change-Id: Ia6c1f0ed64b3ef3d5b8e0c0435ec76fbe76f867b Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/designer/src/lib/shared/qsimpleresource_p.h')
-rw-r--r--src/designer/src/lib/shared/qsimpleresource_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/qsimpleresource_p.h b/src/designer/src/lib/shared/qsimpleresource_p.h
index ad8dfb989..e2dccaa53 100644
--- a/src/designer/src/lib/shared/qsimpleresource_p.h
+++ b/src/designer/src/lib/shared/qsimpleresource_p.h
@@ -101,7 +101,7 @@ private:
// Contents of clipboard for formbuilder copy and paste operations
// (Actions and widgets)
struct QDESIGNER_SHARED_EXPORT FormBuilderClipboard {
- using ActionList = QVector<QAction *>;
+ using ActionList = QList<QAction *>;
FormBuilderClipboard() = default;
FormBuilderClipboard(QWidget *w);