diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-01-08 11:31:03 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-01-08 11:31:03 (GMT) |
commit | a54b606aef73f49dac451a35b29456bc1584a47e (patch) | |
tree | 02ae1bde2e69ea0b3206eb0344a072c5427fff08 /dist/changes-4.2.1 | |
parent | f90472009c928b3f599c182dfbab91390fdafdd9 (diff) | |
download | Qt-a54b606aef73f49dac451a35b29456bc1584a47e.zip Qt-a54b606aef73f49dac451a35b29456bc1584a47e.tar.gz Qt-a54b606aef73f49dac451a35b29456bc1584a47e.tar.bz2 |
Fix broken QGLWidget::renderPixmap on Mac/Carbon
Task: ed2a03b3bc85be056eca87928d18a746faa07bca
Reviewed-by: Trond
Commit ed2a03b3bc85be056eca87928d18a746faa07bca removed all QuickDraw
code and made QPixmap::macQDHandle() return 0 in all cases.
Unfortunately QGLWidget::renderPixmap() depended on macQDHandle
returning a valid handle, causing it to break.
Fix this by inserting the macQDHandle implementation were we would
call macQDHandle before. This is the only place in Qt where macQDHandle
is used.
Diffstat (limited to 'dist/changes-4.2.1')
0 files changed, 0 insertions, 0 deletions