summaryrefslogtreecommitdiffstats
path: root/src/core/services/qabstractframeadvanceservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/services/qabstractframeadvanceservice.cpp')
-rw-r--r--src/core/services/qabstractframeadvanceservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/services/qabstractframeadvanceservice.cpp b/src/core/services/qabstractframeadvanceservice.cpp
index c163cdf7f..a396a718a 100644
--- a/src/core/services/qabstractframeadvanceservice.cpp
+++ b/src/core/services/qabstractframeadvanceservice.cpp
@@ -49,7 +49,7 @@ namespace Qt3DCore {
/*!
\class Qt3DCore::QAbstractFrameAdvanceService
\inmodule Qt3DCore
- \brief Interface for a Qt3D frame advance service
+ \brief Interface for a Qt3D frame advance service.
This is an interface class that should be subclassed by providers of the
frame advance service. When used with the Renderer aspect, the aspect needs to
@@ -72,7 +72,7 @@ QAbstractFrameAdvanceService::QAbstractFrameAdvanceService(QAbstractFrameAdvance
}
/*!
- \fn qint64 Qt3DCore::QAbstractFrameAdvanceService::waitForNextTick()
+ \fn qint64 Qt3DCore::QAbstractFrameAdvanceService::waitForNextFrame()
Returns the current time, the call may be blocking if waiting for a tick.
*/