diff options
author | Leonard Lee <leonard.lee@digia.com> | 2013-05-28 10:00:33 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-30 13:25:14 +0200 |
commit | d7b8c69ccdd5547b5660be5876dbdedc3ac29548 (patch) | |
tree | a04bda09f9ce52961ff7a2476264db8ceb9d8e93 /Source/WebKit/qt/WidgetApi/qwebview.cpp | |
parent | bb53d88750ca1f3d52746647c64d44300229957e (diff) | |
download | qtwebkit-d7b8c69ccdd5547b5660be5876dbdedc3ac29548.tar.gz |
Remove Nokia references.
These Nokia references removed as they are not appropriate.
Task-number: QTBUG-31400
Change-Id: I3d739e8bf8bfaae1c7bc7ee6e11974aa2dae4f2b
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Diffstat (limited to 'Source/WebKit/qt/WidgetApi/qwebview.cpp')
-rw-r--r-- | Source/WebKit/qt/WidgetApi/qwebview.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebKit/qt/WidgetApi/qwebview.cpp b/Source/WebKit/qt/WidgetApi/qwebview.cpp index 9ba962178..7b8e0227f 100644 --- a/Source/WebKit/qt/WidgetApi/qwebview.cpp +++ b/Source/WebKit/qt/WidgetApi/qwebview.cpp @@ -82,10 +82,6 @@ void QWebViewPrivate::_q_pageDestroyed() It can be used in various applications to display web content live from the Internet. - The image below shows QWebView previewed in \QD with a Nokia website. - - \image qwebview-url.png - A web site can be loaded onto QWebView with the load() function. Like all Qt widgets, the show() function must be invoked in order to display QWebView. The snippet below illustrates this: |