diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/gui/hbmenu.h --- a/src/hbcore/gui/hbmenu.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/gui/hbmenu.h Mon Oct 18 18:23:13 2010 +0300 @@ -77,6 +77,9 @@ int type() const { return Type; } QPainterPath shape() const; + void setPreferredPos(const QPointF& position, + HbPopup::Placement placement = HbPopup::BottomEdgeCenter); + public slots: void open(QObject *receiver = 0, const char *member = 0);