summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxflickable.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-09-17 07:00:06 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-09-17 07:00:06 (GMT)
commit6f75efdaf7f4fb378506cf52ec56588f02453806 (patch)
treee3dd0033eddd5f6faaac0254ce23e1a8da8a6e51 /src/declarative/fx/qfxflickable.h
parent2f9017c7736b3f8db721f6605e6131ab376cb864 (diff)
downloadQt-6f75efdaf7f4fb378506cf52ec56588f02453806.zip
Qt-6f75efdaf7f4fb378506cf52ec56588f02453806.tar.gz
Qt-6f75efdaf7f4fb378506cf52ec56588f02453806.tar.bz2
Fix velocity notification (the rest).
Diffstat (limited to 'src/declarative/fx/qfxflickable.h')
-rw-r--r--src/declarative/fx/qfxflickable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxflickable.h b/src/declarative/fx/qfxflickable.h
index b3339b0..aaf4e0f 100644
--- a/src/declarative/fx/qfxflickable.h
+++ b/src/declarative/fx/qfxflickable.h
@@ -143,7 +143,8 @@ Q_SIGNALS:
void flickStarted();
void flickEnded();
void reportedVelocitySmoothingChanged(int);
- void velocityChanged(qreal, qreal);
+ void horizontalVelocityChanged();
+ void verticalVelocityChanged();
void isAtBoundaryChanged();
void pageChanged();