diff options
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r-- | dist/changes-4.6.0 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index ba58bcf..661fc3e 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -36,9 +36,9 @@ information about a particular change. * Important Behavior Changes * **************************************************************************** - - The experimental Direct3D paint engine has been removed. The - reasons for this is that Qt Software focuses on OpenGL for desktop - hardware accelerated rendering. + - The experimental Direct3D paint engine has been removed. The reason for + this is that Nokia focuses on OpenGL for desktop hardware accelerated + rendering. - When mixing OpenGL and QPainter calls you need to first call syncState() on the paint engine, for example "painter->paintEngine()->syncState()". |