diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-04-30 06:18:20 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-04-30 06:18:20 (GMT) |
commit | 6409c4256c8f63a981c5448ded84246134ac2a40 (patch) | |
tree | add31da74577b49f23f0559348caf47d26a933e3 /demos/declarative | |
parent | 95af1672d76d97ae3ea5c0e59ceb15a2446bef9f (diff) | |
download | Qt-6409c4256c8f63a981c5448ded84246134ac2a40.zip Qt-6409c4256c8f63a981c5448ded84246134ac2a40.tar.gz Qt-6409c4256c8f63a981c5448ded84246134ac2a40.tar.bz2 |
whitespace
Diffstat (limited to 'demos/declarative')
-rw-r--r-- | demos/declarative/webbrowser/webbrowser.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/webbrowser/webbrowser.qml b/demos/declarative/webbrowser/webbrowser.qml index 79fd1cd..709d649 100644 --- a/demos/declarative/webbrowser/webbrowser.qml +++ b/demos/declarative/webbrowser/webbrowser.qml @@ -1,4 +1,5 @@ import "content" + Item { id: WebBrowser |