Remove left-over and unnecessarily exported operator==
Amends a45a3b1ece
Change-Id: If481ec1818ec4cb263f271f0099f7452fbdce1a0
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
5ea1f40350
commit
ca85d3370f
@ -87,7 +87,6 @@ public:
|
|||||||
|
|
||||||
void swap(QPageLayout &other) noexcept { qSwap(d, other.d); }
|
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 isEquivalentTo(const QPageLayout &other) const;
|
||||||
|
|
||||||
bool isValid() const;
|
bool isValid() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user