summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-27 12:57:35 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-27 16:43:12 +0100
commitc61f90fbe625ab2bf5ad044b43822f0df8887e80 (patch)
treefd1e649d0c22a63ed2aa5326b2417d55edaca2e7 /src/corelib
parent72ccb4fa7b88243064867b23713384e14cef6087 (diff)
Remove left over friend declaration
Was not removed when it was inlined above it. Change-Id: Ie81bd9273108920031b235bdf1f13439711e5fec Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib')
-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;
};