summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qchangearbiter/tst_qchangearbiter.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-05-10 13:54:43 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-10 19:09:49 +0000
commitbd9391529798c19f3e933ac6ecf468064cfe3346 (patch)
treed563f8ee8368b3e23609aabe3d36a4aa5a93fb05 /tests/auto/core/qchangearbiter/tst_qchangearbiter.cpp
parenteace9e4ccce917a69d6bff5908651a22f14b7918 (diff)
Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChange
Task-number: QTBUG-51494 Change-Id: I7f59bad66eb086e2249c580be2fd9f4bad159eb3 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/auto/core/qchangearbiter/tst_qchangearbiter.cpp')
-rw-r--r--tests/auto/core/qchangearbiter/tst_qchangearbiter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/core/qchangearbiter/tst_qchangearbiter.cpp b/tests/auto/core/qchangearbiter/tst_qchangearbiter.cpp
index 4d241cd38..451f449ee 100644
--- a/tests/auto/core/qchangearbiter/tst_qchangearbiter.cpp
+++ b/tests/auto/core/qchangearbiter/tst_qchangearbiter.cpp
@@ -34,7 +34,7 @@
#include <Qt3DCore/qcomponentaddedchange.h>
#include <Qt3DCore/qcomponentremovedchange.h>
#include <Qt3DCore/qpropertyupdatedchange.h>
-#include <Qt3DCore/qnodeaddedpropertychange.h>
+#include <Qt3DCore/qpropertynodeaddedchange.h>
#include <Qt3DCore/qnoderemovedpropertychange.h>
#include <Qt3DCore/qscenechange.h>
#include <Qt3DCore/qbackendnodepropertychange.h>
@@ -70,7 +70,7 @@ public:
void sendNodeAddedNotification()
{
- Qt3DCore::QNodeAddedPropertyChangePtr e(new Qt3DCore::QNodeAddedPropertyChange(id()));
+ Qt3DCore::QPropertyNodeAddedChangePtr e(new Qt3DCore::QPropertyNodeAddedChange(id()));
e->setPropertyName("PropertyValueAdded");
Qt3DCore::QNodePrivate::get(this)->notifyObservers(e);
}