From 2a6cdec718934ca2cc7f6f9c616ebe62f6912123 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 22 Jun 2020 14:52:01 +0200 Subject: Use QList instead of QVector in widgets Task-number: QTBUG-84469 Change-Id: I3007734f8e4f164ece9dd8850ef007cbef9e12ef Reviewed-by: Maurice Kalinowski --- src/widgets/util/qcolormap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/util/qcolormap.h') diff --git a/src/widgets/util/qcolormap.h b/src/widgets/util/qcolormap.h index 8e652d8154..86347dbd8e 100644 --- a/src/widgets/util/qcolormap.h +++ b/src/widgets/util/qcolormap.h @@ -41,10 +41,10 @@ #define QCOLORMAP_H #include -#include #include -#include #include +#include +#include QT_BEGIN_NAMESPACE @@ -75,7 +75,7 @@ public: uint pixel(const QColor &color) const; const QColor colorAt(uint pixel) const; - const QVector colormap() const; + const QList colormap() const; private: QColormap(); -- cgit v1.2.3