From bd9391529798c19f3e933ac6ecf468064cfe3346 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Tue, 10 May 2016 13:54:43 +0100 Subject: Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChange Task-number: QTBUG-51494 Change-Id: I7f59bad66eb086e2249c580be2fd9f4bad159eb3 Reviewed-by: Paul Lemire --- src/input/frontend/qaction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/frontend/qaction.cpp') diff --git a/src/input/frontend/qaction.cpp b/src/input/frontend/qaction.cpp index 8bb088a91..3f46d7b75 100644 --- a/src/input/frontend/qaction.cpp +++ b/src/input/frontend/qaction.cpp @@ -41,7 +41,7 @@ #include "qaction_p.h" #include #include -#include +#include #include #include #include @@ -121,7 +121,7 @@ void QAction::addInput(QAbstractActionInput *input) input->setParent(this); if (d->m_changeArbiter != nullptr) { - const auto change = Qt3DCore::QNodeAddedPropertyChangePtr::create(id(), input); + const auto change = Qt3DCore::QPropertyNodeAddedChangePtr::create(id(), input); change->setPropertyName("input"); d->notifyObservers(change); } -- cgit v1.2.3