src/hbcore/gui/hbmenuitem_p.h
changeset 28 b7da29130b0e
parent 7 923ff622b8b9
--- a/src/hbcore/gui/hbmenuitem_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/gui/hbmenuitem_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -64,9 +64,10 @@
     bool separatorExists();
 
 protected:
+    void initStyleOption(HbStyleOptionMenuItem *option) const;
+    void changeEvent(QEvent *event);
+    QVariant itemChange(GraphicsItemChange change, const QVariant &value);
 
-    void initStyleOption(HbStyleOptionMenuItem *option) const;
-    void changeEvent(QEvent *event);    
 #ifdef HB_GESTURE_FW
     void gestureEvent(QGestureEvent *event);
 #endif