changeset 48 | 4f501b74aeb1 |
parent 37 | 518b245aa84c |
child 51 | 3507212d340e |
--- a/messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp Tue Jul 13 22:09:22 2010 +0530 +++ b/messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp Sun Jul 25 18:59:19 2010 +0530 @@ -121,7 +121,7 @@ InteractionActivated), mIndicatorType(NULL) { - d_ptr = new MsgIndicatorPrivate(this); + QT_TRAP_THROWING( d_ptr = new MsgIndicatorPrivate(this)); } // ----------------------------------------------------------------------------