diff options
author | Armin Müller <27155134+arm-in@users.noreply.github.com> | 2018-06-28 16:18:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 16:18:37 (GMT) |
commit | c049fd3c86a8a88b08eafae7ebd4326e42fb87c5 (patch) | |
tree | d64a57ebfe17740f4bff25e9745958a37658b24c /qtools | |
parent | 95a2966f86a0765d871581b90df2d8668ba43969 (diff) | |
download | Doxygen-c049fd3c86a8a88b08eafae7ebd4326e42fb87c5.zip Doxygen-c049fd3c86a8a88b08eafae7ebd4326e42fb87c5.tar.gz Doxygen-c049fd3c86a8a88b08eafae7ebd4326e42fb87c5.tar.bz2 |
Update qlist.doc
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qlist.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qlist.doc b/qtools/qlist.doc index 6b4278c..59cc971 100644 --- a/qtools/qlist.doc +++ b/qtools/qlist.doc @@ -168,7 +168,7 @@ /*! \fn bool QList::operator==(const QList<type> &list ) const - Compares this list with \a list. Retruns TRUE if the lists + Compares this list with \a list. Returns TRUE if the lists contain the same data, else FALSE. */ |