diff -r 2e2dc3d30ca8 -r 341166945d65 homescreenapp/runtimeplugins/hsdefaultruntimeplugin/inc/hsdefaultruntime.h --- a/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/inc/hsdefaultruntime.h Thu Jun 24 13:11:40 2010 +0100 +++ b/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/inc/hsdefaultruntime.h Fri Jun 25 19:19:22 2010 +0300 @@ -52,13 +52,14 @@ signals: void event_exit(); - + void event_toIdle(); protected: bool eventFilter(QObject *watched, QEvent *event); private: Q_DISABLE_COPY(HsDefaultRuntime) + void registerAnimations(); void createStatePublisher(); void createContentServiceParts(); void createStates();