diff options
author | Armin Müller <27155134+arm-in@users.noreply.github.com> | 2018-06-28 16:18:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 16:18:04 (GMT) |
commit | 95a2966f86a0765d871581b90df2d8668ba43969 (patch) | |
tree | bb8a545457ba9faa10cf90ee570e830798d8ded2 /qtools | |
parent | 8332bb2b04312c21897000c78a602eca09597f7d (diff) | |
download | Doxygen-95a2966f86a0765d871581b90df2d8668ba43969.zip Doxygen-95a2966f86a0765d871581b90df2d8668ba43969.tar.gz Doxygen-95a2966f86a0765d871581b90df2d8668ba43969.tar.bz2 |
Update qglist.cpp
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qglist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qglist.cpp b/qtools/qglist.cpp index f464a73..731d9fd 100644 --- a/qtools/qglist.cpp +++ b/qtools/qglist.cpp @@ -235,7 +235,7 @@ QGList& QGList::operator=( const QGList &list ) } /*! - 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. */ |