From 53bb87d1d274a80b94595f6cd31bfa7a8ae81dc3 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Wed, 22 Feb 2012 15:29:05 +0100 Subject: [PATCH] QEasingCurve: fix a missing */ Change-Id: I344342e950158c9dc832f1cd181d92899ddb1651 Reviewed-by: Thiago Macieira --- src/corelib/tools/qeasingcurve.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp index 1ca9a55d72..81778f908f 100644 --- a/src/corelib/tools/qeasingcurve.cpp +++ b/src/corelib/tools/qeasingcurve.cpp @@ -1110,6 +1110,7 @@ QEasingCurve::~QEasingCurve() Swaps curve \a other with this curve. This operation is very fast and never fails. +*/ /*! Compare this easing curve with \a other and returns true if they are