msg_plat/shareui_api/inc/shareui.h
changeset 62 fdbe8253b596
parent 37 518b245aa84c
child 63 eceabb8c7a12
equal deleted inserted replaced
59:fcb676ca077d 62:fdbe8253b596
    32 #include <qglobal.h>
    32 #include <qglobal.h>
    33 
    33 
    34 
    34 
    35 // FORWARD DECLARATIONS
    35 // FORWARD DECLARATIONS
    36 class ShareUiPrivate;
    36 class ShareUiPrivate;
       
    37 class QTranslator;
    37 
    38 
    38 /**
    39 /**
    39  * This class offers message creation and sending services.
    40  * This class offers message creation and sending services.
    40  * this class inturn launches HbDialog with list of services asynchronously
    41  * this class inturn launches HbDialog with list of services asynchronously
    41  * object should be alive till dialog handled completely.so client should create this class instance as a member variable
    42  * object should be alive till dialog handled completely.so client should create this class instance as a member variable
    67     /**
    68     /**
    68      * ShareUiPrivate implementation
    69      * ShareUiPrivate implementation
    69      * Owned
    70      * Owned
    70      */
    71      */
    71     ShareUiPrivate* d_ptr;
    72     ShareUiPrivate* d_ptr;
       
    73 
       
    74     /**
       
    75      * Translator member variable
       
    76      * Owned
       
    77      */ 
       
    78     QTranslator* mTranslator;
       
    79     
       
    80     /**
       
    81      * Translator member variable
       
    82      * Owned
       
    83      */
       
    84     QTranslator* mTranslator_comm;
       
    85     
    72     Q_DECLARE_PRIVATE_D(d_ptr,ShareUi)
    86     Q_DECLARE_PRIVATE_D(d_ptr,ShareUi)
       
    87 
    73     };
    88     };
    74 
    89 
    75 
    90 
    76 
    91 
    77 
    92