diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-17 07:00:06 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-17 07:00:06 (GMT) |
commit | 6f75efdaf7f4fb378506cf52ec56588f02453806 (patch) | |
tree | e3dd0033eddd5f6faaac0254ce23e1a8da8a6e51 /src/declarative/fx/qfxflickable.h | |
parent | 2f9017c7736b3f8db721f6605e6131ab376cb864 (diff) | |
download | Qt-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.h | 3 |
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(); |