changeset 11 | 06b8e2af4411 |
parent 4 | 90517678cc4f |
--- a/qhbstyle/qhbstyleanimation.h Thu May 27 13:42:11 2010 +0300 +++ b/qhbstyle/qhbstyleanimation.h Fri Jun 11 14:26:25 2010 +0300 @@ -47,10 +47,10 @@ void paintAnimation(QPainter *painter); private: - QPixmap* m_animationIcon; - QWidget* m_target; + QScopedPointer<QPixmap> m_animationIcon; + QScopedPointer<QWidget> m_target; QPoint m_point; - QPixmap* m_mask; + QScopedPointer<QPixmap> m_mask; }; #endif // QHBSTYLEANIMATION_H