messagingapp/msgui/msgaudiofetcher/inc/msgaudiofetcherview.h
changeset 44 36f374c67aa8
parent 43 35b64624a9e7
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    29 #include <QObject>
    29 #include <QObject>
    30 #include <hblistwidget.h>
    30 #include <hblistwidget.h>
    31 
    31 
    32 // USER INCLUDES
    32 // USER INCLUDES
    33 #include "msgbaseview.h"
    33 #include "msgbaseview.h"
       
    34 #include "convergedmessage.h"
    34 
    35 
    35 // FORWARD DECLARATIONS
    36 // FORWARD DECLARATIONS
    36 class MsgAudioFetcherWidget;
    37 class MsgAudioFetcherWidget;
    37 class HbAction;
    38 class HbAction;
    38 
    39 
    46 
    47 
    47 public:
    48 public:
    48     /**
    49     /**
    49      * Constructor
    50      * Constructor
    50      */
    51      */
    51     explicit MsgAudioFetcherView();
    52     explicit MsgAudioFetcherView(const QVariantList& data);
    52 
    53 
    53     /**
    54     /**
    54      * Destructor
    55      * Destructor
    55      */
    56      */
    56     ~MsgAudioFetcherView();
    57     ~MsgAudioFetcherView();
    99 
   100 
   100     /**
   101     /**
   101      * Toolbar's right action
   102      * Toolbar's right action
   102      */
   103      */
   103     HbAction *mToolBarRightAction;
   104     HbAction *mToolBarRightAction;
       
   105     
       
   106     /**
       
   107      * Converged Message object
       
   108      * owned
       
   109      */
       
   110     ConvergedMessage* message;
   104 };
   111 };
   105 
   112 
   106 #endif /* MSGAUDIOFETCHERVIEW_H */
   113 #endif /* MSGAUDIOFETCHERVIEW_H */