summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/text/qchar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/text/qchar.h b/src/corelib/text/qchar.h
index dd197409af..982abe9346 100644
--- a/src/corelib/text/qchar.h
+++ b/src/corelib/text/qchar.h
@@ -631,8 +631,6 @@ private:
QChar(uchar c) noexcept;
#endif
- friend constexpr bool operator==(QChar, QChar) noexcept;
- friend constexpr bool operator< (QChar, QChar) noexcept;
char16_t ucs;
};