src/hbcore/gui/hbscrollarea.h
changeset 30 80e4d18b72f5
parent 21 4633027730f5
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
   154     virtual void longPressGesture(const QPointF &point);
   154     virtual void longPressGesture(const QPointF &point);
   155 
   155 
   156 private:
   156 private:
   157     Q_DECLARE_PRIVATE_D(d_ptr, HbScrollArea)
   157     Q_DECLARE_PRIVATE_D(d_ptr, HbScrollArea)
   158     Q_PRIVATE_SLOT(d_func(), void _q_thumbPositionChanged(qreal value, Qt::Orientation orientation))
   158     Q_PRIVATE_SLOT(d_func(), void _q_thumbPositionChanged(qreal value, Qt::Orientation orientation))
       
   159     Q_PRIVATE_SLOT(d_func(), void _q_thumbPositionChanged2(qreal value, int orientation))
   159     Q_PRIVATE_SLOT(d_func(), void _q_groovePressed(qreal value, Qt::Orientation orientation))
   160     Q_PRIVATE_SLOT(d_func(), void _q_groovePressed(qreal value, Qt::Orientation orientation))
   160     Q_PRIVATE_SLOT(d_func(), void _q_thumbPressed())
   161     Q_PRIVATE_SLOT(d_func(), void _q_thumbPressed())
   161     Q_PRIVATE_SLOT(d_func(), void _q_thumbReleased())
   162     Q_PRIVATE_SLOT(d_func(), void _q_thumbReleased())
   162 };
   163 };
   163 
   164