summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-16 12:43:15 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-11-16 12:45:09 (GMT)
commitd65bff4c94fb11bbad02420459a9375621051823 (patch)
tree4d47f88a209202d10efc7738f93cb53a54e503d9 /doc
parentd99137fe4bbef299a52c375717e6925457f34ac2 (diff)
downloadQt-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.qdoc2
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.