src/hbcore/gui/hbpopup.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbcore/gui/hbpopup.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/gui/hbpopup.h	Mon May 03 12:48:33 2010 +0300
@@ -114,6 +114,8 @@
     void setPreferredPos(const QPointF& position,
                           HbPopup::Placement placement = HbPopup::TopLeftCorner);
 
+    QPainterPath shape() const;
+
 public slots:
     void open( QObject *receiver = 0, const char *member = 0);
     void exec();
@@ -130,7 +132,6 @@
 
     void mousePressEvent(QGraphicsSceneMouseEvent *event );
     void mouseReleaseEvent(QGraphicsSceneMouseEvent *event );
-    void keyPressEvent(QKeyEvent *event);
 
     void showEvent(QShowEvent *event);
     void hideEvent(QHideEvent *event);