diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2010-02-16 15:34:21 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2010-02-16 15:34:51 (GMT) |
commit | 51d50d602dd4f53b01814fc200767276ce9aaa92 (patch) | |
tree | 039c03d108da7716202cba286df5856c6f5b8a1f /dist/changes-4.7.0 | |
parent | 1f2ca350bc963a2d3b5e3a5de095f6f2d269ea00 (diff) | |
download | Qt-51d50d602dd4f53b01814fc200767276ce9aaa92.zip Qt-51d50d602dd4f53b01814fc200767276ce9aaa92.tar.gz Qt-51d50d602dd4f53b01814fc200767276ce9aaa92.tar.bz2 |
Changelog update for 4.7.
Diffstat (limited to 'dist/changes-4.7.0')
-rw-r--r-- | dist/changes-4.7.0 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 3504763..013f1ce 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -25,7 +25,7 @@ General Improvements - Documentation and Examples - Support for the GL_EXT_geometry_shader4, aka Geometry Shaders, was added - to QGLShaderProgram. + to QGLShaderProgram. Third party components ---------------------- @@ -35,6 +35,10 @@ Third party components * Library * **************************************************************************** + - QPrinter + * Obsoleted the slightly confusing setNumCopies() and numCopies() + functions, and replaced them with setCopyCount(), copyCount() and + supportsMultipleCopies(). **************************************************************************** * Database Drivers * |