iaupdate/IAD/bgcindicatorplugin/inc/bgcindicatorplugin.h
changeset 53 ae54820ef82c
parent 33 8110bf1194d1
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
     9  * Initial Contributors:
     9  * Initial Contributors:
    10  * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11  *
    11  *
    12  * Contributors:
    12  * Contributors:
    13  *
    13  *
    14  * Description: Message Indicator Plugin Class 
    14  * Description: Backgroundchecker Indicator Plugin Class 
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 #ifndef BGCINDICATORPLUGIN_H
    18 #ifndef BGCINDICATORPLUGIN_H
    19 #define BGCINDICATORPLUGIN_H
    19 #define BGCINDICATORPLUGIN_H
    24 
    24 
    25 #include <hbindicatorplugininterface.h>
    25 #include <hbindicatorplugininterface.h>
    26 #include <hbindicatorinterface.h>
    26 #include <hbindicatorinterface.h>
    27 
    27 
    28 /**
    28 /**
    29  * Message indicator plugin class. 
    29  * Backgroundchecker indicator plugin class. 
    30  * Main class of message indicator plugin. 
    30  * Main class of backgroundchecker indicator plugin. 
    31  */
    31  */
    32 class BgcIndicatorPlugin : public QObject, public HbIndicatorPluginInterface
    32 class BgcIndicatorPlugin : public QObject, public HbIndicatorPluginInterface
    33 {
    33 {
    34     Q_OBJECT
    34     Q_OBJECT
    35     Q_INTERFACES(HbIndicatorPluginInterface)
    35     Q_INTERFACES(HbIndicatorPluginInterface)