messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
child 51 3507212d340e
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
   119 MsgIndicator::MsgIndicator(const QString &indicatorType) :
   119 MsgIndicator::MsgIndicator(const QString &indicatorType) :
   120     HbIndicatorInterface(indicatorType, HbIndicatorInterface::NotificationCategory,
   120     HbIndicatorInterface(indicatorType, HbIndicatorInterface::NotificationCategory,
   121         InteractionActivated),
   121         InteractionActivated),
   122 		mIndicatorType(NULL)
   122 		mIndicatorType(NULL)
   123 {
   123 {
   124     d_ptr = new MsgIndicatorPrivate(this);
   124     QT_TRAP_THROWING( d_ptr = new MsgIndicatorPrivate(this));
   125 }
   125 }
   126 
   126 
   127 // ----------------------------------------------------------------------------
   127 // ----------------------------------------------------------------------------
   128 // MsgIndicator::~MsgIndicator
   128 // MsgIndicator::~MsgIndicator
   129 // @see msgindicator.h
   129 // @see msgindicator.h