messagingapp/msgnotifications/msgnotificationdialogplugin/src/msgnotificationdialogwidget.cpp
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 47 5b14749788d7
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
   245 // @see msgnotificationdialogwidget.h
   245 // @see msgnotificationdialogwidget.h
   246 // ----------------------------------------------------------------------------
   246 // ----------------------------------------------------------------------------
   247 void MsgNotificationDialogWidget::widgetActivated()
   247 void MsgNotificationDialogWidget::widgetActivated()
   248 {
   248 {
   249 QThreadPool::globalInstance()->start(
   249 QThreadPool::globalInstance()->start(
   250         	new ServiceRequestSenderTask(mConversationId));  
   250         	new ServiceRequestSenderTask(mConversationId));
       
   251     enableTouchActivation(false);  
   251 }
   252 }
   252 
   253 
   253 // ----------------------------------------------------------------------------
   254 // ----------------------------------------------------------------------------
   254 // MsgNotificationDialogWidget::prepareDisplayName
   255 // MsgNotificationDialogWidget::prepareDisplayName
   255 // @see msgnotificationdialogwidget.h
   256 // @see msgnotificationdialogwidget.h