diff options
Diffstat (limited to 'doc/html/qvaluelist.html')
-rw-r--r-- | doc/html/qvaluelist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qvaluelist.html b/doc/html/qvaluelist.html index 8407b3dd2..8ed3acc7d 100644 --- a/doc/html/qvaluelist.html +++ b/doc/html/qvaluelist.html @@ -148,7 +148,7 @@ value the class must provide: <p> 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. -<p> In addition, some compilers (e.g. Sun CC) might retquire that the +<p> In addition, some compilers (e.g. Sun CC) might require that the class provides an equality operator (<a href="#operator-eq-eq">operator==</a>()). <p> TQValueList's function naming is consistent with the other TQt classes (e.g. <a href="#count">count</a>(), <a href="#isEmpty">isEmpty</a>()). TQValueList also provides extra |