diff options
| author | Shawn Rutledge <shawn.rutledge@qt.io> | 2023-02-20 13:26:19 +0100 |
|---|---|---|
| committer | Shawn Rutledge <shawn.rutledge@qt.io> | 2023-03-02 20:31:13 +0100 |
| commit | 024794255d7d1df10fa5239cb70212c9703ff60f (patch) | |
| tree | 715037b29c1063b8dd19a6d28a545063418819f5 /src/labs/animation/qquickboundaryrule.cpp | |
| parent | e133d8927755ca1912b3930c0987b629372dbd91 (diff) | |
Document the Pointer Handlers example
Animated gifs were captured with byzanz-record, then converted to webp:
gif2webp -lossy -min_size -q 40 -m 6 -mt -metadata none in.gif -o out.webp
Pick-to: 6.2 6.4 6.5
Fixes: QTBUG-96915
Change-Id: Iee2f4ef774de7862d93c7e4cdf7b2b5e0553bec4
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'src/labs/animation/qquickboundaryrule.cpp')
| -rw-r--r-- | src/labs/animation/qquickboundaryrule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/labs/animation/qquickboundaryrule.cpp b/src/labs/animation/qquickboundaryrule.cpp index 21b34f11ff..cc40ad642c 100644 --- a/src/labs/animation/qquickboundaryrule.cpp +++ b/src/labs/animation/qquickboundaryrule.cpp @@ -111,7 +111,7 @@ void QQuickBoundaryReturnJob::updateState(QAbstractAnimationJob::State newState, Note that a property cannot have more than one assigned BoundaryRule. \sa {Animation and Transitions in Qt Quick}, {Qt Quick Examples - Animation#Behaviors}{Behavior -example}, {Qt QML} +example}, {Qt QML}, {Pointer Handlers Example} */ QQuickBoundaryRule::QQuickBoundaryRule(QObject *parent) |
