qt5base-lts/tests/auto/widgets
Laszlo Agocs 2266f51922 Fix incorrect FBO bindings with QOpenGLWidget
QOpenGLContext::defaultFramebufferObject() knows nothing about QOpenGLWidget
and QQuickWidget. The problem is that this function (and others that rely on it)
is expected to give the widget's backing FBO in paintGL() and friends.

To overcome this, we have to provide a way for such widgets that indicate what is
the expected "default fbo".

Task-number: QTBUG-43269
Change-Id: I43f439f8609382b9f7004707ab0ef9f091952b4f
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
2015-03-30 20:48:07 +00:00
..
dialogs Fixed license headers 2015-02-17 18:46:09 +00:00
effects Update copyright headers 2015-02-11 06:49:51 +00:00
gestures Update copyright headers 2015-02-11 06:49:51 +00:00
graphicsview autotests: fix the build in case of QT_NO_WHEELEVENT 2015-03-03 13:30:39 +00:00
itemviews Fix problems with extended selection after changing the model contents 2015-03-22 14:38:07 +00:00
kernel Remove the tests for Ubuntu Oneiric (11.10) 2015-03-17 01:26:13 +00:00
styles Update copyright headers 2015-02-11 06:49:51 +00:00
util QtWidgets: assorted migrations to QString::asprintf 2015-02-12 19:39:49 +00:00
widgets Fix incorrect FBO bindings with QOpenGLWidget 2015-03-30 20:48:07 +00:00
widgets.pro Add autotest for QGestureRecognizer. 2014-10-23 21:11:28 +02:00