summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-07-20 16:58:30 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2022-07-21 14:26:02 +0200
commitc15489579ee052642d8cb30b0f8156572e2d4a62 (patch)
tree450e794908ea1b88eb9370dd4daf134ac37989b8 /src/gui/image
parent18ed6a8979a1f1910f1285b5b2e5a28c397b37aa (diff)
Purge Q_DUMMY_COMPARISON_OPERATOR usages
It is a noop on all our supported compilers. Task-number: QTBUG-105098 Change-Id: Ic59d4c86d96ea29a5513d778ddd35df8c7a6877a Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qicon.h2
-rw-r--r--src/gui/image/qpixmap.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/image/qicon.h b/src/gui/image/qicon.h
index 73afad431e..63816220dd 100644
--- a/src/gui/image/qicon.h
+++ b/src/gui/image/qicon.h
@@ -93,8 +93,6 @@ public:
static QString fallbackThemeName();
static void setFallbackThemeName(const QString &name);
- Q_DUMMY_COMPARISON_OPERATOR(QIcon)
-
private:
QIconPrivate *d;
#if !defined(QT_NO_DATASTREAM)
diff --git a/src/gui/image/qpixmap.h b/src/gui/image/qpixmap.h
index 544425754b..61c0605efb 100644
--- a/src/gui/image/qpixmap.h
+++ b/src/gui/image/qpixmap.h
@@ -129,7 +129,6 @@ private:
QPixmap(const QSize &s, int type);
void doInit(int, int, int);
- Q_DUMMY_COMPARISON_OPERATOR(QPixmap)
friend class QPlatformPixmap;
friend class QBitmap;
friend class QPaintDevice;