95
95
void ApplicationImage::paint(QPainter* painter) {
96
96
DLOG("ApplicationImage::paint (this=%p, painter=%p)", this, painter);
98
98
painter->setCompositionMode(QPainter::CompositionMode_Source);
99
99
painter->drawImage(QRect(0, 0, width(), height()), image_, image_.rect());