From ca85d3370fa59e124b5568e86dc406029829e10a Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Tue, 3 Nov 2020 12:13:03 +0100 Subject: Remove left-over and unnecessarily exported operator== Amends a45a3b1ece490bcae5cccd858dbe11408a19bee0 Change-Id: If481ec1818ec4cb263f271f0099f7452fbdce1a0 Reviewed-by: Allan Sandfeld Jensen --- src/gui/painting/qpagelayout.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3