Skip to content

Fix Qt version check

Wolfgang Bauer requested to merge wbauer/kdiagram:2.8 into 2.8

QSet::QSet(first, last) was introduced in Qt 5.14.0, not 5.1.0.

Fixes compilation with Qt 5.12.

Merge request reports