homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h
changeset 69 87476091b3f5
parent 63 52b0f64eeb51
child 90 3ac3aaebaee5
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef HSVIEWAPPDETAILSSTATE_H_
    18 #ifndef HSVIEWAPPDETAILSSTATE_H_
    19 #define HSVIEWAPPDETAILSSTATE_H_
    19 #define HSVIEWAPPDETAILSSTATE_H_
       
    20 
    20 
    21 
    21 #include <QState>
    22 #include <QState>
    22 #include <QVariant>
    23 #include <QVariant>
    23 
    24 
    24 #include "hsmenustates_global.h"
    25 #include "hsmenustates_global.h"
    57     void exit();    
    58     void exit();    
    58 
    59 
    59 private:
    60 private:
    60 
    61 
    61     void construct();
    62     void construct();
    62     void subscribeForMemoryCardRemove(int entryId);
       
    63     void setFieldPresentation(QString key,
    63     void setFieldPresentation(QString key,
    64             CaSoftwareRegistry::DetailMap &detailMap,
    64             CaSoftwareRegistry::DetailMap &detailMap,
    65             HbDocumentLoader &loader);
    65             HbDocumentLoader &loader);
    66 
    66 
    67 private:
    67 private:
    68 
    68 
    69     HbDialog *mDialog;
    69     HbDialog *mDialog;
    70     
       
    71     CaNotifier *mNotifier;
       
    72 };
    70 };
    73 
    71 
    74 #endif /* HSVIEWAPPDETAILSSTATE_H_ */
    72 #endif /* HSVIEWAPPDETAILSSTATE_H_ */