summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qanimation/rectanimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qanimation/rectanimation.h')
-rw-r--r--tests/benchmarks/qanimation/rectanimation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/benchmarks/qanimation/rectanimation.h b/tests/benchmarks/qanimation/rectanimation.h
index c9770c4..99b82b4 100644
--- a/tests/benchmarks/qanimation/rectanimation.h
+++ b/tests/benchmarks/qanimation/rectanimation.h
@@ -21,10 +21,10 @@ public:
virtual void updateState(QAbstractAnimation::State state);
private:
- DummyObject *object;
- QEasingCurve easing;
- QRect start, end, current;
- int dura;
+ DummyObject *m_object;
+ QEasingCurve m_easing;
+ QRect m_start, m_end, m_current;
+ int m_dura;
};
-#endif \ No newline at end of file
+#endif