aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-01-18 10:17:33 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-18 11:11:22 +0100
commit9087497279f2f505b82e37f41a4b2d6884b8a11e (patch)
treec6f36ae75ca8a5f979e14440d2262703b77fb0f3 /examples
parent2df5c4b9c260a81c585a9e607961c497c6b6a750 (diff)
Compile since recent API changes
Change-Id: Id8f8b238661a46cf071f671d5d40e5c683c8ccc9 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/openglunderqml/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/openglunderqml/main.cpp b/examples/declarative/openglunderqml/main.cpp
index f9ddd6fc04..06e5fca430 100644
--- a/examples/declarative/openglunderqml/main.cpp
+++ b/examples/declarative/openglunderqml/main.cpp
@@ -52,7 +52,6 @@ int main(int argc, char **argv)
qmlRegisterType<Squircle>("QtQuick", 2, 0, "Squircle");
QQuickView view;
- view.setVSyncAnimations(true);
view.setSource(QUrl("main.qml"));
view.show();