diff -r 4b195f3bea29 -r 35368b604b28 homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h Wed Aug 18 09:40:07 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h Thu Sep 02 20:17:27 2010 +0300 @@ -18,9 +18,9 @@ #ifndef HSMENUVIEW_H #define HSMENUVIEW_H +#include #include #include -#include #include #include #include @@ -82,6 +82,7 @@ void scrollToRow(int row, QAbstractItemView::ScrollHint hint = QAbstractItemView::PositionAtTop); + void handleSearchComplete(const QModelIndex& firstMatching); private: @@ -102,7 +103,6 @@ HbPushButton *mAddContentButton; // may be NULL in some contexts QScopedPointer mHsSearchView; - HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest) };