aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickanimation_p_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-04-01 22:45:28 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-04 21:08:11 +0200
commita9ebbe770a4d26dfebfd1f33133cb54cd211d49c (patch)
treee8a07057f7781dde788b200687f0885c68f964a1 /src/quick/util/qquickanimation_p_p.h
parentf6969ffab5547396bb31570a72bfb3430a0d3b37 (diff)
Fix autotest-exported class from QtQuick.
Each class with a virtual table should have at least one non-inline member. Especially if it's exported (there's no point in exporting it otherwise). Change-Id: I6b2821faa9662c6e8b65ce9ced53332e1a18e8d9 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'src/quick/util/qquickanimation_p_p.h')
-rw-r--r--src/quick/util/qquickanimation_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickanimation_p_p.h b/src/quick/util/qquickanimation_p_p.h
index eb36a702a7..fb5f2d341f 100644
--- a/src/quick/util/qquickanimation_p_p.h
+++ b/src/quick/util/qquickanimation_p_p.h
@@ -303,7 +303,7 @@ class Q_AUTOTEST_EXPORT QQuickAnimationPropertyUpdater : public QQuickBulkValueU
{
public:
QQuickAnimationPropertyUpdater() : interpolatorType(0), interpolator(0), prevInterpolatorType(0), reverse(false), fromSourced(false), fromDefined(false), wasDeleted(0) {}
- ~QQuickAnimationPropertyUpdater() { if (wasDeleted) *wasDeleted = true; }
+ ~QQuickAnimationPropertyUpdater();
void setValue(qreal v);