falkTX / Cadence

Collection of tools useful for audio production
GNU General Public License v2.0
368 stars 80 forks source link

Compilation error due to QPainterPath #317

Open DanMan opened 3 years ago

DanMan commented 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:

#include <QtGui/QPainterPath>