equal
deleted
inserted
replaced
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 |