Document that setGraphicsEffect is not suitable for GL widgets

Task-number: QTBUG-44188
Change-Id: Ie5bea14ffb804124421e97e5f49975ac9ad6d838
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
This commit is contained in:
Laszlo Agocs 2015-01-29 17:06:21 +01:00 committed by Shawn Rutledge
parent f2b77e3ff7
commit b4491c358d

View File

@ -5227,6 +5227,9 @@ QGraphicsEffect *QWidget::graphicsEffect() const
\note This function will apply the effect on itself and all its children.
\note Graphics effects are not supported for OpenGL-based widgets, such as QGLWidget,
QOpenGLWidget and QQuickWidget.
\since 4.6
\sa graphicsEffect()