summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/qdesigner_promotion_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-11-26 09:27:26 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-12-09 14:33:45 +0100
commitee87edebe6f934ec915b7cb4a0f5a28f73e9f221 (patch)
treee1e7108b4d8dd9de4ed390f1421a57bb4f455c0d /src/designer/src/lib/shared/qdesigner_promotion_p.h
parentaa40303166b8596bf21cdcf4286cb3d548b7ac9e (diff)
Qt Designer: Migrate from QList to QVector
Change-Id: I75f6f4b7157616ba86bf520e1936536571a66ba5 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/designer/src/lib/shared/qdesigner_promotion_p.h')
-rw-r--r--src/designer/src/lib/shared/qdesigner_promotion_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/qdesigner_promotion_p.h b/src/designer/src/lib/shared/qdesigner_promotion_p.h
index 3448fd999..c88e7130c 100644
--- a/src/designer/src/lib/shared/qdesigner_promotion_p.h
+++ b/src/designer/src/lib/shared/qdesigner_promotion_p.h
@@ -70,7 +70,7 @@ namespace qdesigner_internal {
bool setPromotedClassIncludeFile(const QString &className, const QString &includeFile, QString *errorMessage) override;
- QList<QDesignerWidgetDataBaseItemInterface *> promotionBaseClasses() const override;
+ QVector<QDesignerWidgetDataBaseItemInterface *> promotionBaseClasses() const override;
private:
bool canBePromoted(const QDesignerWidgetDataBaseItemInterface *) const;