summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2012-11-22 08:35:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-22 22:58:10 +0100
commitcc736c6858fd1f8a10745fc5b9bb03ef3d7631e2 (patch)
tree075254f84bad4d26abaa8f4adf9137eaa72a1eef /dist/changes-5.0.0
parentc8c1604e881920cd6130dd642d0cace77dd4cbe5 (diff)
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 <sean.harmer@kdab.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
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
--------