diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-16 12:43:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-16 12:45:09 (GMT) |
commit | d65bff4c94fb11bbad02420459a9375621051823 (patch) | |
tree | 4d47f88a209202d10efc7738f93cb53a54e503d9 /doc | |
parent | d99137fe4bbef299a52c375717e6925457f34ac2 (diff) | |
download | Qt-d65bff4c94fb11bbad02420459a9375621051823.zip Qt-d65bff4c94fb11bbad02420459a9375621051823.tar.gz Qt-d65bff4c94fb11bbad02420459a9375621051823.tar.bz2 |
doc: Fixed qdoc according to Bjarne's recommendation.
Someone had changed an operator==() and an operator!=() from
single parameter members to two-parameter friends but hadn't
changed the qdoc comments.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qt4-intro.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc index 53f3ef4..2a1f8ff 100644 --- a/doc/src/qt4-intro.qdoc +++ b/doc/src/qt4-intro.qdoc @@ -583,7 +583,7 @@ DOM, helps reuse CSS selector knowledge, and gives little maintenance or footprint overhead. - \snippet webkitsnippets/webelement/main.cpp FindAll intro + \snippet webkitsnippets/webelement/main.cpp FindAll See the QWebElement class documentation for more information. |