messagingapp/msgui/msgapp/inc/msgactivityhandler.h
changeset 70 a15d9966050f
parent 43 35b64624a9e7
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
    22 #include <QObject>
    22 #include <QObject>
    23 #include <QVariant>
    23 #include <QVariant>
    24 
    24 
    25 class MsgMainWindow;
    25 class MsgMainWindow;
    26 class MsgViewManager;
    26 class MsgViewManager;
       
    27 class AfActivityStorage;
    27 
    28 
    28 class MsgActivityHandler: public QObject
    29 class MsgActivityHandler: public QObject
    29 {
    30 {
    30 Q_OBJECT
    31 Q_OBJECT
    31 
    32 
    69     
    70     
    70 private:
    71 private:
    71     /**
    72     /**
    72      * main window reference not owned.
    73      * main window reference not owned.
    73      */
    74      */
    74     MsgMainWindow* mMainWindow;
    75     MsgMainWindow *mMainWindow;
       
    76 
       
    77     /**
       
    78      * App Framework activity service.
       
    79      * Own.
       
    80      */
       
    81     AfActivityStorage *mActivityStorage;
    75 };
    82 };
    76 
    83 
    77 #endif /* MSGACTIVITYHANDLER_H_ */
    84 #endif /* MSGACTIVITYHANDLER_H_ */