homescreenapp/hsutils/inc/hspropertyanimationwrapper.h
changeset 71 1db7cc813a4e
parent 69 87476091b3f5
--- a/homescreenapp/hsutils/inc/hspropertyanimationwrapper.h	Fri Jul 23 13:47:57 2010 +0300
+++ b/homescreenapp/hsutils/inc/hspropertyanimationwrapper.h	Fri Aug 06 13:36:36 2010 +0300
@@ -25,6 +25,8 @@
 
 HOMESCREEN_TEST_CLASS(t_hsUtils)
 
+class QEasingCurve;
+
 struct HsPropertyAnimationWrapperImpl;
 class HSUTILS_EXPORT HsPropertyAnimationWrapper : public QObject
 {
@@ -42,6 +44,7 @@
     void setForward();
     void setBackward();
     bool isForward() const;
+    void setEasingCurve(const QEasingCurve &curve);
 
 signals:
     void finished();