From 403b3a82be8edb928d227b240436d272d863b0d7 Mon Sep 17 00:00:00 2001 From: Jari Karppinen Date: Fri, 31 May 2019 14:20:16 +0300 Subject: Add missing documentation to Q3DSPresentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QT3DS-3558 Task-number: QT3DS-3559 Change-Id: I52ddabe958d0470fa384cefdef20473115dcd21e Reviewed-by: Miikka Heikkinen Reviewed-by: Antti Määttä Reviewed-by: Tomi Korpipää --- src/Runtime/ogl-runtime/src/api/studio3d/q3dspresentation.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/Runtime/ogl-runtime/src/api/studio3d/q3dspresentation.cpp b/src/Runtime/ogl-runtime/src/api/studio3d/q3dspresentation.cpp index 3937a335..f6de2fd8 100644 --- a/src/Runtime/ogl-runtime/src/api/studio3d/q3dspresentation.cpp +++ b/src/Runtime/ogl-runtime/src/api/studio3d/q3dspresentation.cpp @@ -638,11 +638,9 @@ void Q3DSPresentation::setAttribute(const QString &elementPath, const QString &a } } -// #TODO: QT3DS-3558 /*! - \brief Q3DSPresentation::setPresentationActive - \param id - \param active + Activate or deactivate the presentation identified by \a id depending + on the value of \a active. */ void Q3DSPresentation::setPresentationActive(const QString &id, bool active) { @@ -674,10 +672,9 @@ void Q3DSPresentation::fireEvent(const QString &elementPath, const QString &even } } -// #TODO: QT3DS-3559 /*! - \brief Q3DSPresentation::setGlobalAnimationTime - \param milliseconds + Set global animation time to manual value specified by \a milliseconds + (if non-zero) or resume normal timer (if zero). */ void Q3DSPresentation::setGlobalAnimationTime(qint64 milliseconds) { -- cgit v1.2.3