diff options
Diffstat (limited to 'doc/man/man3/qstringlist.3qt')
-rw-r--r-- | doc/man/man3/qstringlist.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qstringlist.3qt b/doc/man/man3/qstringlist.3qt index 17d3e251e..a27a2d32b 100644 --- a/doc/man/man3/qstringlist.3qt +++ b/doc/man/man3/qstringlist.3qt @@ -167,7 +167,7 @@ See also Implicitly and Explicitly Shared Classes, Text Related Classes, and Non .SH "QStringList::QStringList ()" Creates an empty string list. .SH "QStringList::QStringList ( const QStringList & l )" -Creates a copy of the list \fIl\fR. This function is very fast because QStringList is implicitly shared. In most situations this acts like a deep copy, for example, if this list or the original one or some other list referencing the same shared data is modified, the modifying list first makes a copy, i.e. copy-on-write. In a threaded environment you may retquire a real deep copy +Creates a copy of the list \fIl\fR. This function is very fast because QStringList is implicitly shared. In most situations this acts like a deep copy, for example, if this list or the original one or some other list referencing the same shared data is modified, the modifying list first makes a copy, i.e. copy-on-write. In a threaded environment you may require a real deep copy . .SH "QStringList::QStringList ( const QValueList<QString> & l )" Constructs a new string list that is a copy of \fIl\fR. |