videocollection/tsrc/stubs/src/hbmenu.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
   101         return QList<HbAction*>();
   101         return QList<HbAction*>();
   102     }
   102     }
   103     return mActions.values();
   103     return mActions.values();
   104 }
   104 }
   105 
   105 
       
   106 void HbMenu::setPreferredPos(const QPointF &position,
       
   107     HbPopup::Placement placement)
       
   108 {
       
   109     Q_UNUSED(placement);
       
   110 
       
   111     HbMenuData::mExecPoint = position;
       
   112 }
       
   113 
       
   114 void HbMenu::setDismissPolicy(HbPopup::DismissPolicy dismissPolicy)
       
   115 {
       
   116     Q_UNUSED(dismissPolicy);
       
   117 }
       
   118 
   106 // end of file
   119 // end of file