messagingapp/msgnotifications/flashmsgnotifier/inc/flashmsgnotifier.h
changeset 70 a15d9966050f
parent 52 12db4185673b
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
    23 #include <qvariant.h>
    23 #include <qvariant.h>
    24 #include <qbytearray.h>
    24 #include <qbytearray.h>
    25 
    25 
    26 class FlashMsgNotifierPrivate;
    26 class FlashMsgNotifierPrivate;
    27 class XQSystemToneService;
    27 class XQSystemToneService;
       
    28 class XQSettingsManager;
       
    29 class CHWRMVibra;
    28 
    30 
    29 /**
    31 /**
    30  * @class FlashMsgNotifier
    32  * @class FlashMsgNotifier
    31  * Implements interface for showing flash messages
    33  * Implements interface for showing flash messages
    32  */
    34  */
    82   
    84   
    83     /**
    85     /**
    84      * Address string
    86      * Address string
    85      */
    87      */
    86     QString mAddress;
    88     QString mAddress;
       
    89       
       
    90     /**
       
    91      * Settings manager 
       
    92      * Owned.
       
    93      */
       
    94     XQSettingsManager* mSettingsManager;
       
    95     
       
    96     /**
       
    97      * Vibra alert on receiving a new message
       
    98      */
       
    99     CHWRMVibra *mVibra; // Owned.
    87 };
   100 };
    88 
   101 
    89 #endif // MSGERRORNOTIFIER_H
   102 #endif // MSGERRORNOTIFIER_H