summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/action/tst_action.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-04-29 12:55:29 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-05-01 12:18:14 +0000
commitc86039d487509eddd405daa6818b9f861948d4ed (patch)
tree38fe462b5d9dd77452604df05c873d36fd6aadae /tests/auto/input/action/tst_action.cpp
parentb8eac0e9abf4bf47454919424c904a2de089bd2a (diff)
QNodeRemovedChange: contains QNodeIdTypePair
Change-Id: I081f814c4d0a942e50c37cf30a5f731f67df5cb3 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/input/action/tst_action.cpp')
-rw-r--r--tests/auto/input/action/tst_action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/input/action/tst_action.cpp b/tests/auto/input/action/tst_action.cpp
index 304897781..af76ec526 100644
--- a/tests/auto/input/action/tst_action.cpp
+++ b/tests/auto/input/action/tst_action.cpp
@@ -133,7 +133,7 @@ private Q_SLOTS:
QCOMPARE(backendAction.inputs().first(), inputId);
// WHEN
- const auto nodeRemovedChange = Qt3DCore::QNodeRemovedPropertyChangePtr::create(Qt3DCore::QNodeId(), inputId);
+ const auto nodeRemovedChange = Qt3DCore::QNodeRemovedPropertyChangePtr::create(Qt3DCore::QNodeId(), &input);
nodeRemovedChange->setPropertyName("input");
backendAction.sceneChangeEvent(nodeRemovedChange);