summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/declarative/qdeclarativewebview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/declarative/qdeclarativewebview.cpp')
-rw-r--r--Source/WebKit/qt/declarative/qdeclarativewebview.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/WebKit/qt/declarative/qdeclarativewebview.cpp b/Source/WebKit/qt/declarative/qdeclarativewebview.cpp
index abf9bb218..d184c087e 100644
--- a/Source/WebKit/qt/declarative/qdeclarativewebview.cpp
+++ b/Source/WebKit/qt/declarative/qdeclarativewebview.cpp
@@ -162,7 +162,7 @@ bool GraphicsWebView::sceneEvent(QEvent *event)
This type is made available by importing the \c QtWebKit module:
- \bold{import QtWebKit 1.0}
+ \b{import QtWebKit 1.0}
The WebView item includes no scrolling, scaling, toolbars, or other common browser
components. These must be implemented around WebView. See the \l{QML Web Browser}
@@ -577,11 +577,11 @@ void QDeclarativeWebView::setRenderingEnabled(bool enabled)
Finds a zoom that:
\list
- \i shows a whole item
- \i includes (\a clickX, \a clickY)
- \i fits into the preferredWidth and preferredHeight
- \i zooms by no more than \a maxZoom
- \i is more than 10% above the current zoom
+ \li shows a whole item
+ \li includes (\a clickX, \a clickY)
+ \li fits into the preferredWidth and preferredHeight
+ \li zooms by no more than \a maxZoom
+ \li is more than 10% above the current zoom
\endlist
If such a zoom exists, emits zoomTo(zoom,centerX,centerY) and returns true; otherwise,