summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@qt.io>2020-04-27 11:01:08 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2020-04-28 08:24:47 +0300
commitbd83fc18faf1fb471c935c228916f9aff4a134b1 (patch)
tree710abc0810bbbdebea8b2b648e6bf9a3d2762942
parent6f0ef990df7b230845efcbb94443ecbc7e8e58ba (diff)
Add missing signal documentation
Change-Id: Ie3dec5105059cbbfe1bf104dac4458020e75538b Reviewed-by: Antti Määttä <antti.maatta@qt.io>
-rw-r--r--src/api/studio3d/q3dspresentation.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/api/studio3d/q3dspresentation.cpp b/src/api/studio3d/q3dspresentation.cpp
index 752ac21..c711bbc 100644
--- a/src/api/studio3d/q3dspresentation.cpp
+++ b/src/api/studio3d/q3dspresentation.cpp
@@ -943,6 +943,22 @@ void Q3DSPresentation::setShaderCacheFile(const QUrl &fileName)
*/
/*!
+ \qmlsignal Presentation::shaderCacheLoadErrors(string errors)
+ \since QtStudio3D.OpenGL 2.7
+
+ Emitted when a shader cache loading fails. The parameter \a errors contains the error
+ message(s).
+ */
+
+/*!
+ \fn Q3DSPresentation::shaderCacheLoadErrors(const QString &errors)
+ \since Qt 3D Studio 2.7
+
+ Emitted when a shader cache loading fails. The parameter \a errors contains the error
+ message(s).
+ */
+
+/*!
This function is for backwards compatibility. We recommend using \l{DataInput}s to control
slide changes. \l{DataInput} provides stronger contract between the design and
code as it avoids use of elementPath (a reference to design's internal structure).