From 244fdaa4053994bd1ad1eaec0b54894bf1fcc4ce Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 15 May 2017 08:26:30 -0700 Subject: [qt] Un-deprecate QMapboxGL::setTransitionOptions It's still relevant for runtime-styling driven paint property changes. --- platform/qt/src/qmapboxgl.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'platform') diff --git a/platform/qt/src/qmapboxgl.cpp b/platform/qt/src/qmapboxgl.cpp index c37b2563b5..bfc014dcd0 100644 --- a/platform/qt/src/qmapboxgl.cpp +++ b/platform/qt/src/qmapboxgl.cpp @@ -742,11 +742,8 @@ void QMapboxGL::setGestureInProgress(bool progress) } /*! - Sets the \a duration and \a delay of style class transitions. Style property - values transition to new values with animation when a new class is set. - - \deprecated - \sa addClass() + Sets the \a duration and \a delay of style transitions. Style paint property + values transition to new values with animation when they are updated. */ void QMapboxGL::setTransitionOptions(qint64 duration, qint64 delay) { static auto convert = [](qint64 value) -> mbgl::optional { -- cgit v1.2.1