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;