diff options
Diffstat (limited to 'doc/man/man3/qvaluelist.3qt')
-rw-r--r-- | doc/man/man3/qvaluelist.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qvaluelist.3qt b/doc/man/man3/qvaluelist.3qt index 04ee4146e..5ec602885 100644 --- a/doc/man/man3/qvaluelist.3qt +++ b/doc/man/man3/qvaluelist.3qt @@ -244,7 +244,7 @@ a default constructor, i.e. a constructor that does not take any arguments. .PP Note that C++ defaults to field-by-field assignment operators and copy constructors if no explicit version is supplied. In many cases this is sufficient. .PP -In addition, some compilers (e.g. Sun CC) might retquire that the class provides an equality operator (operator==()). +In addition, some compilers (e.g. Sun CC) might require that the class provides an equality operator (operator==()). .PP QValueList's function naming is consistent with the other Qt classes (e.g. count(), isEmpty()). QValueList also provides extra functions for compatibility with STL algorithms, such as size() and empty(). Programmers already familiar with the STL \fClist\fR may prefer to use the STL-compatible functions. .PP |