diff --git a/lib/customshadoweffect.h b/lib/customshadoweffect.h index 43d0bec..9231851 100644 --- a/lib/customshadoweffect.h +++ b/lib/customshadoweffect.h @@ -12,7 +12,7 @@ class CustomShadowEffect : public QGraphicsEffect Q_PROPERTY(qreal distance WRITE setDistance READ distance) Q_PROPERTY(qreal blurRadius WRITE setBlurRadius READ blurRadius) - Q_PROPERTY(qreal color WRITE setColor READ color) + Q_PROPERTY(QColor color WRITE setColor READ color) public: explicit CustomShadowEffect(QObject *parent = 0);