src/hbcore/gui/hbpopup.h
changeset 30 80e4d18b72f5
parent 23 e6ad4ef83b23
--- a/src/hbcore/gui/hbpopup.h	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/gui/hbpopup.h	Mon Oct 04 00:38:12 2010 +0300
@@ -111,7 +111,7 @@
     enum { Type = Hb::ItemType_Popup };
     int type() const { return Type; }
 
-    void setPreferredPos(const QPointF& position,
+    virtual void setPreferredPos(const QPointF& position,
                           HbPopup::Placement placement = HbPopup::TopLeftCorner);
 
     QPainterPath shape() const;
@@ -145,6 +145,7 @@
     Q_PRIVATE_SLOT(d_func(), void _q_orientationAboutToChange(Qt::Orientation orient, bool animate))
     Q_PRIVATE_SLOT(d_func(), void _q_orientationChanged())
     Q_PRIVATE_SLOT(d_func(), void _q_appearEffectEnded(HbEffect::EffectStatus status))
+    Q_PRIVATE_SLOT(d_func(), void _q_maskEffectDestroyed())
 #endif // HB_EFFECTS
     Q_PRIVATE_SLOT(d_func(), void _q_timeoutFinished())
 };