QStringList: adapt documentation to cover new join(QChar) overload

Change-Id: Ia73501e1e8a562cfab750d1796fb597cd89eab74
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Marc Mutz 2012-09-19 17:18:38 +02:00 committed by The Qt Project
parent 2480ebb50b
commit e0b1eac3ff
2 changed files with 4 additions and 2 deletions

View File

@ -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: