diff options
author | David Boddie <dboddie@trolltech.com> | 2009-07-23 12:52:24 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-07-23 12:52:24 (GMT) |
commit | 4b148a23d4c524ec0abc67415b596c6952c517a8 (patch) | |
tree | bacfdf0e5da88b84571603818896f55deeb4adb0 | |
parent | df4fe401f98e53c9d93b9a4cb683f23f45043d2b (diff) | |
download | Qt-4b148a23d4c524ec0abc67415b596c6952c517a8.zip Qt-4b148a23d4c524ec0abc67415b596c6952c517a8.tar.gz Qt-4b148a23d4c524ec0abc67415b596c6952c517a8.tar.bz2 |
Doc: Fixed qdoc warnings
Reviewed-by: Trust Me
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp | 2 | ||||
-rw-r--r-- | src/qt3support/widgets/q3dockarea.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp b/src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp index f5afbec..34da644 100644 --- a/src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp +++ b/src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp @@ -270,7 +270,7 @@ void QWebView::setPage(QWebPage *page) 'ftp'. The result is then passed through QUrl's tolerant parser, and in the case or success, a valid QUrl is returned, or else a QUrl(). - \section2 Examples: + \section1 Examples: \list \o webkit.org becomes http://webkit.org diff --git a/src/qt3support/widgets/q3dockarea.cpp b/src/qt3support/widgets/q3dockarea.cpp index a823caa..d76835a 100644 --- a/src/qt3support/widgets/q3dockarea.cpp +++ b/src/qt3support/widgets/q3dockarea.cpp @@ -482,7 +482,7 @@ int Q3DockAreaLayout::widthForHeight(int h) const \img qmainwindow-qdockareas.png QMainWindow's Q3DockAreas \target lines - \section2 Lines. + \section1 Lines. Q3DockArea uses the concept of lines. A line is a horizontal region which may contain dock windows side-by-side. A dock area |