diff -r e48454f237ca -r 49c70dcc3f17 hgwidgets_plat/ganeswidgets_api/inc/hgmediawall.h --- a/hgwidgets_plat/ganeswidgets_api/inc/hgmediawall.h Mon May 03 13:32:54 2010 +0300 +++ b/hgwidgets_plat/ganeswidgets_api/inc/hgmediawall.h Fri May 14 16:57:01 2010 +0300 @@ -58,7 +58,11 @@ void enableReflections(bool enabled); bool reflectionsEnabled() const; - + +signals: + + void animationAboutToEnd(const QModelIndex& targetIndex); + protected: HgMediawall(HgMediawallPrivate &dd, QGraphicsItem *parent);