messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator_p.cpp
changeset 52 12db4185673b
parent 43 35b64624a9e7
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    31 // @see MsgIndicatorPrivate.h
    31 // @see MsgIndicatorPrivate.h
    32 // ----------------------------------------------------------------------------
    32 // ----------------------------------------------------------------------------
    33 MsgIndicatorPrivate::MsgIndicatorPrivate(MsgIndicator* inidcator) :
    33 MsgIndicatorPrivate::MsgIndicatorPrivate(MsgIndicator* inidcator) :
    34     q_ptr(inidcator), mCvServer(NULL)
    34     q_ptr(inidcator), mCvServer(NULL)
    35 {
    35 {
    36     TRAP_IGNORE(initL());
    36     initL();
    37 }
    37 }
    38 
    38 
    39 // ----------------------------------------------------------------------------
    39 // ----------------------------------------------------------------------------
    40 // MsgIndicatorPrivate::~MsgIndicatorPrivate
    40 // MsgIndicatorPrivate::~MsgIndicatorPrivate
    41 // @see MsgIndicatorPrivate.h
    41 // @see MsgIndicatorPrivate.h