diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-01 16:56:30 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-01 16:56:30 (GMT) |
commit | eebe205b306daaa3674d9746de11a73bef4bd0de (patch) | |
tree | 6c28cddc71a3c4ae0a487170800e3525a2e3a920 /src/3rdparty/webkit | |
parent | 35a849e4e36ac6494233dc8307c4eac0c7fdf889 (diff) | |
download | Qt-eebe205b306daaa3674d9746de11a73bef4bd0de.zip Qt-eebe205b306daaa3674d9746de11a73bef4bd0de.tar.gz Qt-eebe205b306daaa3674d9746de11a73bef4bd0de.tar.bz2 |
Doc: Fixed QML, unindented snippet.
Diffstat (limited to 'src/3rdparty/webkit')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp b/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp index 7a8aae7..4238d33 100644 --- a/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp +++ b/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp @@ -742,11 +742,11 @@ QWebPage* QDeclarativeWebView::page() const See QWebSettings for details of these properties. \qml - WebView { - settings.pluginsEnabled: true - settings.standardFontFamily: "Arial" - ... - } + WebView { + settings.pluginsEnabled: true + settings.standardFontFamily: "Arial" + // ... + } \endqml */ QDeclarativeWebSettings* QDeclarativeWebView::settingsObject() const |