diff options
Diffstat (limited to 'examples/declarative/webview/transparent.qml')
-rw-r--r-- | examples/declarative/webview/transparent.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/webview/transparent.qml b/examples/declarative/webview/transparent.qml index 8614822..c23b5f5 100644 --- a/examples/declarative/webview/transparent.qml +++ b/examples/declarative/webview/transparent.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + // The WebView background is transparent // if the HTML does not specify a background Rect { |