summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-08-27 23:53:20 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-08-27 23:53:20 (GMT)
commit70e650500e6e13be336857dac17a110097da70ef (patch)
treefb132a0be6632ded120aaa2e0c8f2f764f0b89cc /tools/qmlviewer
parent648fa4818d875ec76c304b79e474a406d265bd0f (diff)
downloadQt-70e650500e6e13be336857dac17a110097da70ef.zip
Qt-70e650500e6e13be336857dac17a110097da70ef.tar.gz
Qt-70e650500e6e13be336857dac17a110097da70ef.tar.bz2
Implement (parts of) XMLHttpRequest
This is the first step to allowing QML to interact with REST style APIs in the same way as a webbrowser can.
Diffstat (limited to 'tools/qmlviewer')
-rw-r--r--tools/qmlviewer/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlviewer/main.cpp b/tools/qmlviewer/main.cpp
index ca159f3..a4ed054 100644
--- a/tools/qmlviewer/main.cpp
+++ b/tools/qmlviewer/main.cpp
@@ -161,6 +161,7 @@ int main(int argc, char ** argv)
viewer.show();
viewer.open();
}
+ viewer.raise();
return app.exec();
}