src/hbwidgets/widgets/hbpushbutton.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 5 627c4a0fd0e7
--- a/src/hbwidgets/widgets/hbpushbutton.cpp	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbwidgets/widgets/hbpushbutton.cpp	Thu May 27 13:10:59 2010 +0300
@@ -217,17 +217,6 @@
     }
 }
 
-
-
-void HbPushButtonPrivate::_q_handleLongPress(QPointF point)
-{
-    Q_Q(HbPushButton);
-    if(!longPress){
-        longPress = true;
-        emit q->longPress( point );
-    }
-}
-
 void HbPushButtonPrivate::_q_handleLongKeyPress( )
 {
     Q_Q( HbPushButton );
@@ -694,6 +683,7 @@
 }
 
 /*!
+    \reimp
     Initializes \a option with the values from this HbPushButton. 
     This method is useful for subclasses when they need a HbStyleOptionPushButton,
     but don't want to fill in all the information themselves.