summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Qt3DStudio/Render/IStudioRenderer.h')
-rw-r--r--src/Authoring/Qt3DStudio/Render/IStudioRenderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h b/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h
index fc543a89..6adaafbf 100644
--- a/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h
+++ b/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h
@@ -67,6 +67,8 @@ public:
virtual void SetGuidesEnabled(bool val) = 0;
virtual bool AreGuidesEditable() const = 0;
virtual void SetGuidesEditable(bool val) = 0;
+ virtual bool getObjectError(qt3dsdm::Qt3DSDMInstanceHandle theInstance,
+ QString &error) const = 0;
// Setting the camera to -1 disables the edit cameras
// So setting the camera to 0- (numcameras - 1) will set change the active
// edit camera.