summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Core/DispatchListeners.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Core/DispatchListeners.h')
-rw-r--r--src/Authoring/Client/Code/Core/Core/DispatchListeners.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Client/Code/Core/Core/DispatchListeners.h b/src/Authoring/Client/Code/Core/Core/DispatchListeners.h
index 252464e3..075a0c91 100644
--- a/src/Authoring/Client/Code/Core/Core/DispatchListeners.h
+++ b/src/Authoring/Client/Code/Core/Core/DispatchListeners.h
@@ -277,7 +277,7 @@ public:
virtual void OnUndefinedDatainputsFail(
const QMultiMap<QString,
QPair<qt3dsdm::Qt3DSDMInstanceHandle,
- qt3dsdm::Qt3DSDMPropertyHandle>> *map) = 0;
+ qt3dsdm::Qt3DSDMPropertyHandle>> *map, bool askFromUser) = 0;
};
class IDataModelListener