summaryrefslogtreecommitdiff
path: root/examples/svg/embedded/weatherinfo/weatherinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/svg/embedded/weatherinfo/weatherinfo.cpp')
-rw-r--r--examples/svg/embedded/weatherinfo/weatherinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/svg/embedded/weatherinfo/weatherinfo.cpp b/examples/svg/embedded/weatherinfo/weatherinfo.cpp
index 21aa986..689241d 100644
--- a/examples/svg/embedded/weatherinfo/weatherinfo.cpp
+++ b/examples/svg/embedded/weatherinfo/weatherinfo.cpp
@@ -200,7 +200,7 @@ private:
connect(&m_timeLine, SIGNAL(frameChanged(int)), SLOT(animate(int)));
m_timeLine.setDuration(1100);
m_timeLine.setFrameRange(0, 100);
- m_timeLine.setCurveShape(QTimeLine::EaseInCurve);
+ m_timeLine.setEasingCurve(QEasingCurve::InCurve);
}
void request(const QString &location) {