Remove some unnecessary indirection.
authorRobin Burchell <robin+qt@viroteck.net>
Mon, 18 Jun 2012 15:31:06 +0000 (17:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 25 Jun 2012 15:17:45 +0000 (17:17 +0200)
commitc0d780426622d21dc4d87f3a543adf03076faae2
tree0591349187c5f05965b69bbee11ccf7fea795d67
parent3a345056c734f0d475b3ecd9959b9ae83ae70acc
Remove some unnecessary indirection.

There's no need to heap allocate our QQuickView, and there's no need to have a
seperate pointer to QWindow when we can just use the QQuickView directly.

Change-Id: Ia2bc83c9dc83d1df1ec793836793f752d67e9415
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
tools/qmlscene/main.cpp