messagingapp/msgnotifications/msgindicatorplugin/inc/msgindicator.h
changeset 70 a15d9966050f
parent 31 ebfee66fde93
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
    22 #include <QRunnable>
    22 #include <QRunnable>
    23 #include <hbindicatorinterface.h>
    23 #include <hbindicatorinterface.h>
    24 
    24 
    25 #include "msginfodefs.h"
    25 #include "msginfodefs.h"
    26 class MsgIndicatorPrivate;
    26 class MsgIndicatorPrivate;
       
    27 class QTranslator;
    27 
    28 
    28 class ServiceRequestSenderTask : public QRunnable
    29 class ServiceRequestSenderTask : public QRunnable
    29 {
    30 {
    30 public:
    31 public:
    31     /**
    32     /**
   135      * Owned.
   136      * Owned.
   136      */
   137      */
   137     MsgIndicatorPrivate* d_ptr;
   138     MsgIndicatorPrivate* d_ptr;
   138    
   139    
   139     /**
   140     /**
       
   141      * Translator member variable
       
   142      * Owned
       
   143      */     
       
   144     QTranslator* mTranslator;
       
   145     
       
   146     /**
       
   147      * Translator member variable
       
   148      * Owned
       
   149      */     
       
   150     QTranslator* mTranslator_comm;
       
   151    
       
   152     /**
   140      * Primary Text
   153      * Primary Text
   141      * 
   154      * 
   142      */
   155      */
   143     QString mPrimaryText;
   156     QString mPrimaryText;
   144     
   157