Skip to content

qpa: Simplify backing store blitting

Vlad Zahorodnii requested to merge work/qpa-simplify-blit into master

We can use QPainter::drawImage() to update the dirty area of the front buffer. This way, we don't need to call std::copy().

Merge request reports