#ifndef BLURUTILITY_H #define BLURUTILITY_H #include #include class BlurUtility { public: static bool CreateInnerShadow(QImage &image, const QColor &color = Qt::black, int radius = 8); }; #endif // BLURUTILITY_H