From bd83fc18faf1fb471c935c228916f9aff4a134b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Mon, 27 Apr 2020 11:01:08 +0300 Subject: Add missing signal documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie3dec5105059cbbfe1bf104dac4458020e75538b Reviewed-by: Antti Määttä --- src/api/studio3d/q3dspresentation.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 @@ -942,6 +942,22 @@ void Q3DSPresentation::setShaderCacheFile(const QUrl &fileName) \sa exportShaderCache(), shaderCacheFile */ +/*! + \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 -- cgit v1.2.3