diff -r 3916af29624a -r 7dd137878ff8 homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h Fri Aug 13 14:38:12 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h Wed Aug 18 10:33:57 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) };