Missing include for Qt5 5.15 API
dkiziridis opened this issue · 1 comments
dkiziridis commented
displayarea.cpp
is missing "#include <QPainterPath>"
, required for newest QT5 API, otherwise will not compile.
ttdm commented
It does make sense from the docs. It has been done. Thanks =D