src/hbplugins/devicedialogs/devicemessageboxplugin/hbdevicemessageboxwidget.cpp
changeset 21 4633027730f5
parent 7 923ff622b8b9
child 23 e6ad4ef83b23
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
   352             act->setText(actionData);
   352             act->setText(actionData);
   353         } else {
   353         } else {
   354             // Create action
   354             // Create action
   355             mActions[index].mAction = new HbAction(actionData, 0);
   355             mActions[index].mAction = new HbAction(actionData, 0);
   356             mActions[index].mOwned = true;
   356             mActions[index].mOwned = true;
   357             //connect(mActions[index].mAction, SIGNAL(triggered()), this, SLOT(actionTriggered()));
       
   358         }
   357         }
   359         // Add action to dialog if it's not there
   358         // Add action to dialog if it's not there
   360         if (!mActions[index].mInDialog) {
   359         if (!mActions[index].mInDialog) {
   361             mActions[index].mInDialog = true;
   360             mActions[index].mInDialog = true;
   362             QAction *before = 0;
   361             QAction *before = 0;