summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.h
diff options
context:
space:
mode:
authorAnton Kudryavtsev <anton.kudryavtsev@vk.team>2023-10-18 18:41:01 +0300
committerAnton Kudryavtsev <anton.kudryavtsev@vk.team>2023-10-26 13:40:51 +0300
commitd1f40ea0873a36288c6493f1ed5c9952064b9144 (patch)
treec046cf6ac6118b3b836ea25994bae5499915dbd8 /src/corelib/text/qstring.h
parente3d34d2fdbd6e732eaa64a871931935b906d96ea (diff)
QString: remove isSimpleText method
It's legacy method marked as internal. There are zero occurrences of "isSimpleText" anywhere in Qt or Qt Creator other than qstring.* Change-Id: I4961b7b2539fb6552484e77fbea58ba0e6656921 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/text/qstring.h')
-rw-r--r--src/corelib/text/qstring.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/text/qstring.h b/src/corelib/text/qstring.h
index 6ec7baf404..a0ec0c2afd 100644
--- a/src/corelib/text/qstring.h
+++ b/src/corelib/text/qstring.h
@@ -964,8 +964,6 @@ public:
inline bool isNull() const { return d->isNull(); }
-
- bool isSimpleText() const;
bool isRightToLeft() const;
[[nodiscard]] bool isValidUtf16() const noexcept
{ return QStringView(*this).isValidUtf16(); }