diff -r 2b1b11a301d2 -r 4b195f3bea29 homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h Tue Jul 06 14:06:53 2010 +0300 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h Wed Aug 18 09:40:07 2010 +0300 @@ -18,16 +18,20 @@ #ifndef HSVIEWAPPDETAILSSTATE_H_ #define HSVIEWAPPDETAILSSTATE_H_ + #include #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 { @@ -56,15 +60,13 @@ private: void construct(); - void subscribeForMemoryCardRemove(int entryId); + void setFieldPresentation(QString key, + CaSoftwareRegistry::DetailMap &detailMap, + HbDocumentLoader &loader); private: HbDialog *mDialog; - - QObjectList mObjectList; - - CaNotifier *mNotifier; }; #endif /* HSVIEWAPPDETAILSSTATE_H_ */