homescreenapp/hsutils/src/hsmenudialogfactory.cpp
changeset 90 3ac3aaebaee5
parent 63 52b0f64eeb51
child 97 66b5fe3c07fd
equal deleted inserted replaced
86:e4f038c420f7 90:3ac3aaebaee5
   106         QScopedPointer<HbAction> action(new HbAction(identifier));
   106         QScopedPointer<HbAction> action(new HbAction(identifier));
   107         action->setParent(box);
   107         action->setParent(box);
   108         box->addAction(action.take());
   108         box->addAction(action.take());
   109     }
   109     }
   110 }
   110 }
       
   111 
       
   112 int HsMenuDialogFactory::acceptActionIndex()
       
   113 {
       
   114     return 0;
       
   115 }
       
   116 
       
   117 int HsMenuDialogFactory::rejectActionIndex()
       
   118 {
       
   119     return 1;
       
   120 }
       
   121