#include <QtGui/qbrush.h> #ifndef QBRUSH_H struct /*anonymous*/{ public: qreal cx; public: qreal cy; public: qreal fx; public: qreal fy; public: qreal radius; }; #endif // QBRUSH_H