diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-08-24 03:37:21 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-24 03:37:21 (GMT) |
commit | 525e6674b002180d691a2d8a787dc512c259ae95 (patch) | |
tree | ecf1b16a1194fe3343c8a2700c8c8a4fb271dad3 /demos/declarative/webbrowser/webbrowser.qml | |
parent | b9e59dfcb0e6855fc2729006d849d230a23c21fa (diff) | |
download | Qt-525e6674b002180d691a2d8a787dc512c259ae95.zip Qt-525e6674b002180d691a2d8a787dc512c259ae95.tar.gz Qt-525e6674b002180d691a2d8a787dc512c259ae95.tar.bz2 |
Reverse debug commit
Diffstat (limited to 'demos/declarative/webbrowser/webbrowser.qml')
-rw-r--r-- | demos/declarative/webbrowser/webbrowser.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/declarative/webbrowser/webbrowser.qml b/demos/declarative/webbrowser/webbrowser.qml index ef87a05..ec3a2a0 100644 --- a/demos/declarative/webbrowser/webbrowser.qml +++ b/demos/declarative/webbrowser/webbrowser.qml @@ -6,8 +6,7 @@ import "fieldtext" Item { id: WebBrowser - //property string urlString : "http://qt.nokia.com/" - property string urlString : "http://www.nymphmania.com/maptest/gshow_map.php?lat=61.4979&lon=23.7635" + property string urlString : "http://qt.nokia.com/" state: "Normal" |