Fix build
moc seems to have trouble with the QColor invokables in kcolorutilssingleton.h due to its header not including QColor. Adding #include <QColor> fixes this for me.
Please register or sign in to comment
moc seems to have trouble with the QColor invokables in kcolorutilssingleton.h due to its header not including QColor. Adding #include <QColor> fixes this for me.