diff options
-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" |