Fix build with Qt 5.7 and lower
AbandonedPublic

Authored by wbauer on Oct 14 2018, 8:22 AM.

Details

Reviewers
None
Group Reviewers
KPhotoAlbum
Summary

QRegion::cbegin() has been introduced in Qt 5.8.
So use it only when building with 5.8.0 or higher.

BUG: 399775

Test Plan

Compiles successfully with Qt 5.6.2 as well now.

Diff Detail

Repository
R463 KPhotoAlbum
Lint
Lint Skipped
Unit
Unit Tests Skipped
wbauer requested review of this revision.Oct 14 2018, 8:22 AM
wbauer created this revision.
wbauer abandoned this revision.Oct 14 2018, 10:09 PM

As it turned out, support for Qt < 5.8 has been dropped intentionally.