messagingapp/msgnotifications/msgerrornotifier/inc/msgerrornotifiersvc.h
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 62 fdbe8253b596
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    18 #define MSGERRORNOTIFIERSVC_H_
    18 #define MSGERRORNOTIFIERSVC_H_
    19 
    19 
    20 #include <QObject>
    20 #include <QObject>
    21 #include <xqserviceprovider.h>
    21 #include <xqserviceprovider.h>
    22 #include <qvariant.h>
    22 #include <qvariant.h>
       
    23 
       
    24 //Forward Declaration
       
    25 class XQSystemToneService;
    23 
    26 
    24 class MsgErrorNotifierSvc: public XQServiceProvider
    27 class MsgErrorNotifierSvc: public XQServiceProvider
    25 {
    28 {
    26 
    29 
    27 Q_OBJECT
    30 Q_OBJECT
    44      * @param displayParams QVariantList with contact name
    47      * @param displayParams QVariantList with contact name
    45      * and conversation id.
    48      * and conversation id.
    46      */
    49      */
    47     void displayErrorNote(QVariantList displayParams);
    50     void displayErrorNote(QVariantList displayParams);
    48 
    51 
       
    52 private:
       
    53     
       
    54     /**
       
    55      * Object to handle audio alerts
       
    56      */
       
    57     XQSystemToneService* mSts;
    49 };
    58 };
    50 
    59 
    51 #endif /* MSGERRORNOTIFIERSVC_H_ */
    60 #endif /* MSGERRORNOTIFIERSVC_H_ */