summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qvariantanimation_p.h
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-04-21 15:55:18 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-04-21 15:55:18 (GMT)
commit3f39c3380f97339a1ffb9d13d7b184a8315d3821 (patch)
tree7b573b3d1fc16c380973fcc0a61c25154e19cb96 /src/corelib/animation/qvariantanimation_p.h
parentce482e1495c12e531781eb5ad0a20a0c0292f853 (diff)
downloadQt-3f39c3380f97339a1ffb9d13d7b184a8315d3821.zip
Qt-3f39c3380f97339a1ffb9d13d7b184a8315d3821.tar.gz
Qt-3f39c3380f97339a1ffb9d13d7b184a8315d3821.tar.bz2
Expose QVariantAnimationPrivate::getInterpolator in the private header
These interpolator functions might be useful for other internal classes.
Diffstat (limited to 'src/corelib/animation/qvariantanimation_p.h')
-rw-r--r--src/corelib/animation/qvariantanimation_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/animation/qvariantanimation_p.h b/src/corelib/animation/qvariantanimation_p.h
index c51b471..66910c1 100644
--- a/src/corelib/animation/qvariantanimation_p.h
+++ b/src/corelib/animation/qvariantanimation_p.h
@@ -124,6 +124,8 @@ public:
void setValueAt(qreal, const QVariant &);
QVariant valueAt(qreal step) const;
void convertValues(int t);
+
+ static QVariantAnimation::Interpolator getInterpolator(int interpolationType);
};
//this should make the interpolation faster