diff --git a/src/corelib/animation/qvariantanimation.cpp b/src/corelib/animation/qvariantanimation.cpp index 7117092c54..fb45877eee 100644 --- a/src/corelib/animation/qvariantanimation.cpp +++ b/src/corelib/animation/qvariantanimation.cpp @@ -403,7 +403,7 @@ Q_GLOBAL_STATIC(QInterpolatorVector, registeredInterpolators) static QBasicMutex registeredInterpolatorsMutex; /*! - \fn void qRegisterAnimationInterpolator(QVariant (*func)(const T &from, const T &to, qreal progress)) + \fn template void qRegisterAnimationInterpolator(QVariant (*func)(const T &from, const T &to, qreal progress)) \relates QVariantAnimation \threadsafe