aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/openglunderqml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/openglunderqml')
-rw-r--r--examples/declarative/openglunderqml/main.cpp3
-rw-r--r--examples/declarative/openglunderqml/main.qml2
-rw-r--r--examples/declarative/openglunderqml/squircle.cpp2
-rw-r--r--examples/declarative/openglunderqml/squircle.h2
4 files changed, 4 insertions, 5 deletions
diff --git a/examples/declarative/openglunderqml/main.cpp b/examples/declarative/openglunderqml/main.cpp
index f9ddd6fc04..1bb225afa8 100644
--- a/examples/declarative/openglunderqml/main.cpp
+++ b/examples/declarative/openglunderqml/main.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
@@ -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();
diff --git a/examples/declarative/openglunderqml/main.qml b/examples/declarative/openglunderqml/main.qml
index da20dc2672..ddb00e831e 100644
--- a/examples/declarative/openglunderqml/main.qml
+++ b/examples/declarative/openglunderqml/main.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/declarative/openglunderqml/squircle.cpp b/examples/declarative/openglunderqml/squircle.cpp
index 4d21302662..b2c69c83ea 100644
--- a/examples/declarative/openglunderqml/squircle.cpp
+++ b/examples/declarative/openglunderqml/squircle.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/declarative/openglunderqml/squircle.h b/examples/declarative/openglunderqml/squircle.h
index 5d1f5e4cae..5678d3dcf5 100644
--- a/examples/declarative/openglunderqml/squircle.h
+++ b/examples/declarative/openglunderqml/squircle.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**