summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation/clipblendnode/tst_clipblendnode.cpp')
-rw-r--r--tests/auto/animation/clipblendnode/tst_clipblendnode.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp b/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp
index c195b760c..b480a5ab8 100644
--- a/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp
+++ b/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp
@@ -54,6 +54,11 @@ public:
, m_clipResults(clipResults)
{}
+ inline QVector<Qt3DCore::QNodeId> allDependencyIds() const Q_DECL_OVERRIDE
+ {
+ return currentDependencyIds();
+ }
+
QVector<Qt3DCore::QNodeId> currentDependencyIds() const Q_DECL_FINAL
{
return QVector<Qt3DCore::QNodeId>();