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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h b/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h
index fc543a89..3faa65d9 100644
--- a/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h
+++ b/src/Authoring/Qt3DStudio/Render/IStudioRenderer.h
@@ -67,6 +67,7 @@ public:
virtual void SetGuidesEnabled(bool val) = 0;
virtual bool AreGuidesEditable() const = 0;
virtual void SetGuidesEditable(bool val) = 0;
+ virtual QString getObjectError(qt3dsdm::Qt3DSDMInstanceHandle theInstance) 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.