diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/primitives/hbmarqueeitem.h --- a/src/hbcore/primitives/hbmarqueeitem.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/primitives/hbmarqueeitem.h Mon Oct 18 18:23:13 2010 +0300 @@ -47,6 +47,8 @@ int loopCount() const; void setLoopCount(int count); + void setGeometry(const QRectF &rect); + enum { Type = Hb::ItemType_MarqueeItem }; int type() const { return Type; } @@ -71,8 +73,8 @@ private: Q_DECLARE_PRIVATE_D(d_ptr, HbMarqueeItem) Q_PRIVATE_SLOT(d_func(), void _q_stateChanged()) - - + Q_PRIVATE_SLOT(d_func(), void _q_tryToResumeAnimation()) + Q_PRIVATE_SLOT(d_func(), void void _q_temporaryStopAnimation()) }; #endif // HBMARQUEEITEM_H