summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-03 12:13:03 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-03 20:36:34 +0100
commitca85d3370fa59e124b5568e86dc406029829e10a (patch)
treefac919ada0621c02395630b8c01597fd1f2046b8 /src/gui/painting
parent5ea1f403502130ed12f6f6a2c6072f4f45e3d488 (diff)
Remove left-over and unnecessarily exported operator==
Amends a45a3b1ece490bcae5cccd858dbe11408a19bee0 Change-Id: If481ec1818ec4cb263f271f0099f7452fbdce1a0 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qpagelayout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/painting/qpagelayout.h b/src/gui/painting/qpagelayout.h
index 0b2f7c59dd..469436ce59 100644
--- a/src/gui/painting/qpagelayout.h
+++ b/src/gui/painting/qpagelayout.h
@@ -87,7 +87,6 @@ public:
void swap(QPageLayout &other) noexcept { qSwap(d, other.d); }
- friend Q_GUI_EXPORT bool operator==(const QPageLayout &lhs, const QPageLayout &rhs);
bool isEquivalentTo(const QPageLayout &other) const;
bool isValid() const;