summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qstring.cpp')
-rw-r--r--src/corelib/tools/qstring.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index 98d88ac..f3355df 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -1097,6 +1097,11 @@ QString::QString(QChar ch)
\internal
*/
+/*! \fn bool QString::isSharedWith(const QString &other) const
+
+ \internal
+*/
+
// ### Qt 5: rename freeData() to avoid confusion. See task 197625.
void QString::free(Data *d)
{