src/hbcore/gui/hbpopup_p.h
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
--- a/src/hbcore/gui/hbpopup_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/gui/hbpopup_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -127,7 +127,7 @@
 
     bool addPopupToScene();
     void handleBackgroundMousePressEvent();
-    void handleBackgroundMouseReleaseEvent(QGraphicsSceneMouseEvent *event);
+    virtual void handleBackgroundMouseReleaseEvent(QGraphicsSceneMouseEvent *event);
     void calculateShape();
 
     static int timeoutValue(HbPopup::DefaultTimeout timeout);
@@ -154,6 +154,7 @@
     friend class HbPopupManagerPrivate;
     friend class HbPopupLayoutProxy;
     friend class HbDeviceDialogManagerPrivate;
+    friend class HbInputCommonDialogs;
     // To be able to unit test private features
     friend class TestHbPopup;