From 309de75f1e0ce2e85b2f58e34b876f902c9d0292 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 8 May 2009 13:42:02 +1000 Subject: Fix warning. --- src/declarative/fx/qfxtransform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarative/fx/qfxtransform.cpp b/src/declarative/fx/qfxtransform.cpp index 15edc5f..289333c 100644 --- a/src/declarative/fx/qfxtransform.cpp +++ b/src/declarative/fx/qfxtransform.cpp @@ -180,7 +180,7 @@ void QFxAxis::setEndZ(qreal z) } QFxRotation::QFxRotation(QObject *parent) -: QFxTransform(parent), _angle(0), _originX(0), _originY(0), _dirty(true) +: QFxTransform(parent), _originX(0), _originY(0), _angle(0), _dirty(true) { } -- cgit v0.12