summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Core/Dispatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Core/Dispatch.cpp')
-rw-r--r--src/Authoring/Client/Code/Core/Core/Dispatch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Client/Code/Core/Core/Dispatch.cpp b/src/Authoring/Client/Code/Core/Core/Dispatch.cpp
index 4a1e0905..7ddf2d8b 100644
--- a/src/Authoring/Client/Code/Core/Core/Dispatch.cpp
+++ b/src/Authoring/Client/Code/Core/Core/Dispatch.cpp
@@ -621,9 +621,9 @@ void CDispatch::FireOnRefreshResourceFail(const QString &inResourceName,
void CDispatch::FireOnUndefinedDatainputsFail(
const QMultiMap<QString, QPair<qt3dsdm::Qt3DSDMInstanceHandle,
- qt3dsdm::Qt3DSDMPropertyHandle>> *map)
+ qt3dsdm::Qt3DSDMPropertyHandle>> *map, bool askFromUser)
{
- m_FailListeners.FireEvent(&CFailListener::OnUndefinedDatainputsFail, map);
+ m_FailListeners.FireEvent(&CFailListener::OnUndefinedDatainputsFail, map, askFromUser);
}
void CDispatch::AddRendererListener(CRendererListener *inListener)