iaupdate/IAD/bgcindicatorplugin/inc/bgcindicator.h
changeset 69 b18a4bf55ddb
parent 44 329d304c1aa1
equal deleted inserted replaced
64:48c14c385b0e 69:b18a4bf55ddb
    19 #define BGCINDICATOR_H
    19 #define BGCINDICATOR_H
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
    22 
    22 
    23 #include <hbindicatorinterface.h>
    23 #include <hbindicatorinterface.h>
       
    24 #include <hbtranslator.h>
    24 
    25 
    25 /**
    26 /**
    26  * Message indicator class. 
    27  * Message indicator class. 
    27  * Handles client request and showing the indications. 
    28  * Handles client request and showing the indications. 
    28  */
    29  */
    61      */
    62      */
    62     void StartIaupdateL() const;
    63     void StartIaupdateL() const;
    63     
    64     
    64 private:
    65 private:
    65     /**
    66     /**
    66      * Nr of updates
    67      * Owned
    67      */
    68      */
    68     int mNrOfUpdates;
    69     int mNrOfUpdates;
       
    70     /**
       
    71       * Owned
       
    72       */
       
    73     HbTranslator *mTranslator;
       
    74 
       
    75     
    69     
    76     
    70 };
    77 };
    71 
    78 
    72 #endif // BGCINDICATOR_H
    79 #endif // BGCINDICATOR_H
    73 
    80