From 382fd3010b5ba8038a6bfe4415f06a0f6ed8029b Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 12 Nov 2024 11:46:52 +0100 Subject: [PATCH] Doc: Move Easing Curve example into Graphics category MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This example is for the animation framework (graphics), it isn't about multimedia. Use the correct category. Pick-to: 6.8 Change-Id: I32f0ce13a5496c8fbc871d8f2454575c25684eba Reviewed-by: Kai Köhne Reviewed-by: Alessandro Portale --- examples/widgets/doc/src/easing.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/doc/src/easing.qdoc b/examples/widgets/doc/src/easing.qdoc index 79c985392c6..b1eefeee259 100644 --- a/examples/widgets/doc/src/easing.qdoc +++ b/examples/widgets/doc/src/easing.qdoc @@ -4,7 +4,7 @@ /*! \example animation/easing \title Easing Curves Example - \examplecategory {Multimedia} + \examplecategory {Graphics} \brief The Easing Curves example shows how to use easing curves to control the speed of an animation.