diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-11-27 19:48:14 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-27 20:53:46 +0100 |
commit | c3cad00dd18196ae01e89252448952e403632d90 (patch) | |
tree | a8d8ee0d39a03430d4dfc0725247695094403bfe /examples | |
parent | 6f638d663cff7997213358b78c9398592be03d5c (diff) | |
download | qtmultimedia-c3cad00dd18196ae01e89252448952e403632d90.tar.gz qtmultimedia-c3cad00dd18196ae01e89252448952e403632d90.tar.bz2 qtmultimedia-c3cad00dd18196ae01e89252448952e403632d90.zip |
Update links from labs.qt.nokia.com to blog.qt.digia.com
Change-Id: I003c9a5061efe586ecdadde58827ef4887b49b5f
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/video/qmlvideofx/shaders/ripple.fsh | 2 | ||||
-rw-r--r-- | examples/video/qmlvideofx/shaders/wobble.fsh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/video/qmlvideofx/shaders/ripple.fsh b/examples/video/qmlvideofx/shaders/ripple.fsh index 6d4187c9..bb07fc26 100644 --- a/examples/video/qmlvideofx/shaders/ripple.fsh +++ b/examples/video/qmlvideofx/shaders/ripple.fsh @@ -39,7 +39,7 @@ ** ****************************************************************************/ -// Based on http://labs.qt.nokia.com/2011/03/22/the-convenient-power-of-qml-scene-graph/ +// Based on http://blog.qt.digia.com/blog/2011/03/22/the-convenient-power-of-qml-scene-graph/ uniform float dividerValue; uniform float targetWidth; diff --git a/examples/video/qmlvideofx/shaders/wobble.fsh b/examples/video/qmlvideofx/shaders/wobble.fsh index 1670de38..9f42d715 100644 --- a/examples/video/qmlvideofx/shaders/wobble.fsh +++ b/examples/video/qmlvideofx/shaders/wobble.fsh @@ -39,7 +39,7 @@ ** ****************************************************************************/ -// Based on http://labs.qt.nokia.com/2011/03/22/the-convenient-power-of-qml-scene-graph/ +// Based on http://blog.qt.digia.com/blog/2011/03/22/the-convenient-power-of-qml-scene-graph/ uniform float amplitude; uniform float dividerValue; |