homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h
changeset 62 341166945d65
parent 55 03646e8da489
child 63 52b0f64eeb51
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
    17 
    17 
    18 
    18 
    19 #ifndef HSADDSHORTCUTSTATE_H
    19 #ifndef HSADDSHORTCUTSTATE_H
    20 #define HSADDSHORTCUTSTATE_H
    20 #define HSADDSHORTCUTSTATE_H
    21 
    21 
    22 #include <hsmenubasestate.h>
    22 #include <QState>
       
    23 #include <QVariant>
    23 
    24 
    24 #include "hsmenustates_global.h"
    25 #include "hsmenustates_global.h"
    25 #include "hsapp_defs.h"
    26 #include "hsapp_defs.h"
    26 
    27 
    27 HS_STATES_TEST_CLASS(MenuStatesTest)
    28 HS_STATES_TEST_CLASS(MenuStatesTest)
    28 
    29 
    29 class HbAction;
    30 class HbAction;
    30 class HbMessageBox;
    31 class HbMessageBox;
    31 class CaEntry;
    32 class CaEntry;
    32 class CaNotifier;
    33 class CaNotifier;
       
    34 class HsContentService;
    33 
    35 
    34 class HsAddToHomeScreenState: public  HsMenuBaseState
    36 class HsAddToHomeScreenState: public  QState
    35 {
    37 {
    36     Q_OBJECT
    38     Q_OBJECT
    37 
    39 
    38     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)
    40     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)
    39 
    41 
    83     HbAction *mConfirmAction;
    85     HbAction *mConfirmAction;
    84     
    86     
    85     HsMenuMode mMenuMode;
    87     HsMenuMode mMenuMode;
    86     
    88     
    87     CaNotifier *mNotifier;
    89     CaNotifier *mNotifier;
       
    90     
       
    91     QVariant mToken;
    88 
    92 
    89 };
    93 };
    90 
    94 
    91 #endif //HSADDSHORTCUTSTATE_H
    95 #endif //HSADDSHORTCUTSTATE_H