summaryrefslogtreecommitdiffstats
path: root/src/uipparser
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2019-08-28 11:31:10 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2019-08-28 13:17:29 +0300
commitfed1d0a5073041107e0aaf2779e685f1674079e5 (patch)
tree78acd40b93217965c783acf051990ab6af724b9a /src/uipparser
parentdd75a7e02bb368c31864d9261e5f0bb7fbd92bf9 (diff)
Remove some warnings from Qt3DSDMAnimation.h
Change-Id: Id3c6c202233283c6e05f78f59b9d75fff90344fc Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/uipparser')
-rw-r--r--src/uipparser/Qt3DSUIPParserImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uipparser/Qt3DSUIPParserImpl.cpp b/src/uipparser/Qt3DSUIPParserImpl.cpp
index 5ac61bc..60e4317 100644
--- a/src/uipparser/Qt3DSUIPParserImpl.cpp
+++ b/src/uipparser/Qt3DSUIPParserImpl.cpp
@@ -2461,7 +2461,7 @@ void CUIPParserImpl::CreateBezierKeyframeFromEaseInEaseOutKeyframe(
float timeOut = kfTime;
float valueOut = kfValue;
- // at 100 ease, the control point will be midway between the 2 keyframes
+ // at 100 ease, the control point will be midway between the 2 keyframes
float maxEasePerc = .5f;
if (prevTime != -1.f) {