src/hbcore/gui/hbmenu.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
--- a/src/hbcore/gui/hbmenu.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/gui/hbmenu.h	Fri May 14 16:09:54 2010 +0300
@@ -51,8 +51,6 @@
         SubMenu
     };
 
-    HbAction *exec(const QPointF &pos, HbAction *action = 0);
-
     using HbPopup::addAction;
     HbAction *addAction(const QString &text);
     HbAction *addAction(const QString &text, const QObject *receiver, const char *member);
@@ -80,7 +78,6 @@
     QPainterPath shape() const;
 
 public slots:
-    HbAction *exec(HbAction *action = 0);
     void open(QObject *receiver = 0, const char *member = 0);
 
 signals: