homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h
changeset 85 35368b604b28
parent 77 4b195f3bea29
child 92 6727c5d0afc7
--- 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 <QAbstractItemView>
 #include <QObject>
 #include <QModelIndex>
-#include <QAbstractItemView>
 #include <QScopedPointer>
 #include <QSortFilterProxyModel>
 #include <HbAbstractItemView>
@@ -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<HsSearchView> mHsSearchView;
-
     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)
 };