summaryrefslogtreecommitdiff
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-29 08:32:29 +1000
committerMichael Brasser <michael.brasser@nokia.com>2009-05-29 08:32:29 +1000
commit89d3ccf6d07d6f66dd62b66c35bdfa5218afafae (patch)
tree71af0f0f1581526838e7d0a98aeb584cae39594e /src/corelib/animation
parent24e904b2ef438bafb24456f934ea93497f43f5c1 (diff)
downloadqt4-tools-89d3ccf6d07d6f66dd62b66c35bdfa5218afafae.tar.gz
Export symbol needed by the declarative module.
Reviewed-by: Leo
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qvariantanimation_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/animation/qvariantanimation_p.h b/src/corelib/animation/qvariantanimation_p.h
index 2c559cf07a..aee2324221 100644
--- a/src/corelib/animation/qvariantanimation_p.h
+++ b/src/corelib/animation/qvariantanimation_p.h
@@ -102,7 +102,8 @@ public:
void updateInterpolator();
- static QVariantAnimation::Interpolator getInterpolator(int interpolationType);
+ //XXX this is needed by dui
+ static Q_CORE_EXPORT QVariantAnimation::Interpolator getInterpolator(int interpolationType);
};
//this should make the interpolation faster