summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2020-12-02 13:58:43 +0200
committerAhmad Samir <a.samirh78@gmail.com>2020-12-04 21:48:23 +0200
commit3bf5dc6eadbe4f182beca3e1eb9626438cc502dd (patch)
treedf2746125a4e0e1ffbc622005bf2f4ad6b4bd3de /src/corelib/text
parent10f07d28def111c4b7fdcb9e79e8afbea38ee27a (diff)
QStringView: operator==(), operator<(), operator>() currently Qt6 only
These operators don't exist in Qt5. Change-Id: I3cb21521bd3e3f11e217cf901940320f0f1aa0b3 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/text')
-rw-r--r--src/corelib/text/qstringview.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/text/qstringview.cpp b/src/corelib/text/qstringview.cpp
index 1cbfb90d0f..c9e9aeee9d 100644
--- a/src/corelib/text/qstringview.cpp
+++ b/src/corelib/text/qstringview.cpp
@@ -705,8 +705,6 @@ QT_BEGIN_NAMESPACE
If \a cs is Qt::CaseSensitive (the default), the comparison is case sensitive;
otherwise the comparison is case-insensitive.
-
- \sa operator==(), operator<(), operator>()
*/
/*!
@@ -720,8 +718,6 @@ QT_BEGIN_NAMESPACE
If \a cs is Qt::CaseSensitive (the default), the comparison is case sensitive;
otherwise the comparison is case-insensitive.
-
- \sa operator==(), operator<(), operator>()
*/
/*!