Open DanMan opened 3 years ago
widgets/pixmapdial.cpp uses QPainterPath but doesn't include it, which leads to a build error on Fedora 33. So this has to be added:
widgets/pixmapdial.cpp
QPainterPath
#include <QtGui/QPainterPath>
widgets/pixmapdial.cpp
usesQPainterPath
but doesn't include it, which leads to a build error on Fedora 33. So this has to be added: