summaryrefslogtreecommitdiffstats
path: root/examples/effects/customshader/customshadereffect.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove examples/effects/customshader which uses private APITom Cooksey2009-11-191-64/+0
| | | | | | | | Commit 3f109fd85cbdc49dc3ef1c14066073079f4e34bf made QGraphicsShaderEffect private API, however the example showing how to use it was kept. This patch just removes that example. Reviewed-by: Samuel
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-061-1/+1
| | | | | | | The custom shader code in the OpenGL2 paint engine needs time to mature before we make this official public API. Reviewed-by: trustme
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Fix obsolete license headers.Jason McDonald2009-08-211-2/+2
| | | | Reviewed-by: Trust Me
* Move shader effect example from examples/graphicsview to examples/effectsBjørn Erik Nilsen2009-08-211-0/+64