messagingapp/msgnotifications/msgerrornotifier/inc/msgerrornotifiersvc.h
changeset 70 a15d9966050f
parent 43 35b64624a9e7
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
    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;
       
    26 
    23 
    27 class MsgErrorNotifierSvc: public XQServiceProvider
    24 class MsgErrorNotifierSvc: public XQServiceProvider
    28 {
    25 {
    29 
    26 
    30 Q_OBJECT
    27 Q_OBJECT
    47      * @param displayParams QVariantList with contact name
    44      * @param displayParams QVariantList with contact name
    48      * and conversation id.
    45      * and conversation id.
    49      */
    46      */
    50     void displayErrorNote(QVariantList displayParams);
    47     void displayErrorNote(QVariantList displayParams);
    51 
    48 
    52 private:
       
    53     
       
    54     /**
       
    55      * Object to handle audio alerts
       
    56      */
       
    57     XQSystemToneService* mSts;
       
    58 };
    49 };
    59 
    50 
    60 #endif /* MSGERRORNOTIFIERSVC_H_ */
    51 #endif /* MSGERRORNOTIFIERSVC_H_ */