diff options
author | Armin Müller <27155134+arm-in@users.noreply.github.com> | 2018-06-19 20:46:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-19 20:46:13 (GMT) |
commit | 4431f9a0ee0400a9f5c95650bcd385854bfae43c (patch) | |
tree | be6b15f03b79f9bd913d33bfa41371bdf40d643f /qtools | |
parent | bef72b8ed13218067c46e6c0333034e304fa88ad (diff) | |
download | Doxygen-4431f9a0ee0400a9f5c95650bcd385854bfae43c.zip Doxygen-4431f9a0ee0400a9f5c95650bcd385854bfae43c.tar.gz Doxygen-4431f9a0ee0400a9f5c95650bcd385854bfae43c.tar.bz2 |
Update qvaluelist.doc
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qvaluelist.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qvaluelist.doc b/qtools/qvaluelist.doc index 918d08e..f7a0dde 100644 --- a/qtools/qvaluelist.doc +++ b/qtools/qvaluelist.doc @@ -199,7 +199,7 @@ \fn QValueList::~QValueList() Destroys the list. References to the values in the list and all iterators of this list become invalidated. Since QValueList is highly tuned for performance - you wont see warnings if you use invalid iterators, + you won't see warnings if you use invalid iterators, because it is impossible for an iterator to check whether it is valid or not. */ |