summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qstringlist.cpp')
-rw-r--r--src/corelib/tools/qstringlist.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qstringlist.cpp b/src/corelib/tools/qstringlist.cpp
index 87215d2240..d56f531e52 100644
--- a/src/corelib/tools/qstringlist.cpp
+++ b/src/corelib/tools/qstringlist.cpp
@@ -136,6 +136,8 @@ QT_BEGIN_NAMESPACE
\snippet qstringlist/main.cpp 4
+ The argument to join can be a single character or a string.
+
To break up a string into a string list, use the QString::split()
function: