diff -r 341166945d65 -r 52b0f64eeb51 homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h Fri Jun 25 19:19:22 2010 +0300 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h Fri Jul 09 14:36:01 2010 +0300 @@ -22,12 +22,15 @@ #include #include "hsmenustates_global.h" +#include "casoftwareregistry.h" HS_STATES_TEST_CLASS(MenuStatesTest) class HbListWidget; class HsMenuItemModel; class HbDialog; class CaNotifier; +class HbDocumentLoader; + class HsViewAppDetailsState: public QState { @@ -57,13 +60,14 @@ void construct(); void subscribeForMemoryCardRemove(int entryId); + void setFieldPresentation(QString key, + CaSoftwareRegistry::DetailMap &detailMap, + HbDocumentLoader &loader); private: HbDialog *mDialog; - QObjectList mObjectList; - CaNotifier *mNotifier; };