summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-16 12:43:15 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-20 02:32:19 (GMT)
commit8995c6031678df5487b77019ff0b6adb1d816c9a (patch)
tree9290440e6b91ff8fbbd8fd6b1a131faff1f3914f /doc
parentf090f0eaf962ccf3784302062fb5f063c6fa098a (diff)
downloadQt-8995c6031678df5487b77019ff0b6adb1d816c9a.zip
Qt-8995c6031678df5487b77019ff0b6adb1d816c9a.tar.gz
Qt-8995c6031678df5487b77019ff0b6adb1d816c9a.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. (cherry picked from commit d65bff4c94fb11bbad02420459a9375621051823)
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 a6e868f..183ffcf 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.