summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/custompropertyanimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/sub-attaq/custompropertyanimation.h')
-rw-r--r--examples/animation/sub-attaq/custompropertyanimation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/animation/sub-attaq/custompropertyanimation.h b/examples/animation/sub-attaq/custompropertyanimation.h
index ba6ef55..48a50c9 100644
--- a/examples/animation/sub-attaq/custompropertyanimation.h
+++ b/examples/animation/sub-attaq/custompropertyanimation.h
@@ -49,7 +49,6 @@
#endif
class QGraphicsItem;
-class CustomPropertyAnimationPrivate;
struct AbstractProperty
{
@@ -111,7 +110,7 @@ public:
private:
Q_DISABLE_COPY(CustomPropertyAnimation);
- Q_DECLARE_PRIVATE(CustomPropertyAnimation);
+ AbstractProperty *animProp;
};
#endif // CUSTOMPROPERTYANIMATION_H