diff options
author | Marko Niemelä <marko.a.niemela@nokia.com> | 2011-05-26 07:11:17 (GMT) |
---|---|---|
committer | Marko Niemelä <marko.a.niemela@nokia.com> | 2011-05-26 07:12:56 (GMT) |
commit | e35d0af6ef3016b27bfd6dca1cf5c8f8a153fc04 (patch) | |
tree | 24924adf8cd36ad7bf76f04e0462e6cb8507a9b6 /src/imports/shaders/scenegraph/qsggeometry.cpp | |
parent | c9eb2ffd1ed940133392831747605bf735d92086 (diff) | |
download | Qt-e35d0af6ef3016b27bfd6dca1cf5c8f8a153fc04.zip Qt-e35d0af6ef3016b27bfd6dca1cf5c8f8a153fc04.tar.gz Qt-e35d0af6ef3016b27bfd6dca1cf5c8f8a153fc04.tar.bz2 |
Fixed CI-errors caused by qmlshadersplugin addition.
These are fixes for CI-issues caused by db20b6c03b6a93ab3e483cd85d5d0a923c3d3430
Reviewed-by: Kim Gronholm
Diffstat (limited to 'src/imports/shaders/scenegraph/qsggeometry.cpp')
-rw-r--r-- | src/imports/shaders/scenegraph/qsggeometry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/shaders/scenegraph/qsggeometry.cpp b/src/imports/shaders/scenegraph/qsggeometry.cpp index 14ee4db..05c111a 100644 --- a/src/imports/shaders/scenegraph/qsggeometry.cpp +++ b/src/imports/shaders/scenegraph/qsggeometry.cpp @@ -1,10 +1,10 @@ /**************************************************************************** ** -** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** -** This file is part of the Qt scene graph research project. +** This file is part of the QML Shaders plugin of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage |