diff options
Diffstat (limited to 'doc/html/tqdictiterator.html')
-rw-r--r-- | doc/html/tqdictiterator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdictiterator.html b/doc/html/tqdictiterator.html index 1529011b4..bd56fbf6a 100644 --- a/doc/html/tqdictiterator.html +++ b/doc/html/tqdictiterator.html @@ -124,8 +124,8 @@ iterator is operating. <h3 class=fn>bool <a name="isEmpty"></a>TQDictIterator::isEmpty () const </h3> -<p> Returns TRUE if the dictionary is empty, i.e. <a href="#count">count</a>() == 0; -otherwise returns FALSE. +<p> Returns true if the dictionary is empty, i.e. <a href="#count">count</a>() == 0; +otherwise returns false. <p> <p>See also <a href="#count">count</a>(). <h3 class=fn><a name="operator-type-*"></a>TQDictIterator::operator type * () const |