From cc736c6858fd1f8a10745fc5b9bb03ef3d7631e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Thu, 22 Nov 2012 08:35:48 +0100 Subject: Get rid of deprecated functionality in QtOpenGL. We will in any case not be able to support this in Qt 5, so best to just remove it to not give any false impressions. Change-Id: Ib52e86007b9e6483bd973f13502b078792a9fa40 Reviewed-by: Sean Harmer Reviewed-by: Lars Knoll --- dist/changes-5.0.0 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 50c9cb9114..d64d46ee33 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -653,6 +653,11 @@ QtOpenGL * The default major version of QGLFormat has been changed to 2 to be aligned with QSurfaceFormat. Applications that want to use a different version should explicitly request it using QGLFormat::setVersion(). +* void QGLContext::generateFontDisplayLists(const QFont& font, int listBase) + and int QGLWidget::fontDisplayListBase(const QFont & fnt, int listBase) + which were deprecated in Qt 4 have been removed. +* Previously deprecated default value listBase parameter has been removed from + both QGLWidget::renderText() functions. QtScript -------- -- cgit v1.2.3