Clang build fix: QPixmap::init -> QPixmap::doInit
authorJani Uusi-Rantala <jani.uusi-rantala@nokia.com>
Tue, 6 Sep 2011 15:35:38 +0000 (18:35 +0300)
committerSamuel Rødal <samuel.rodal@nokia.com>
Wed, 7 Sep 2011 05:49:57 +0000 (07:49 +0200)
commit3769646dd3e925b58625eace216a964fea5bf7f4
tree6f8071d7459181e8358f1977b778ae106bb9e7b8
parent5234824e8f767ffd5dbaa898d7415f2ba2a900c9
Clang build fix: QPixmap::init -> QPixmap::doInit

QPixmap::init shadows base class QPaintDevice::init with different
declaration which makes latest clang builds fail on modules.

Simple renaming of this private function fixes the issue.

Change-Id: I65b2b09e81f4833dc9b54b36423ba7c15d9ded4f
Reviewed-on: http://codereview.qt.nokia.com/4289
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/gui/image/qpixmap.cpp
src/gui/image/qpixmap.h