aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/quick/scenegraph/util/qsgtextureprovider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/scenegraph/util/qsgtextureprovider.cpp b/src/quick/scenegraph/util/qsgtextureprovider.cpp
index 2d05e736fe..f2c8eaa54e 100644
--- a/src/quick/scenegraph/util/qsgtextureprovider.cpp
+++ b/src/quick/scenegraph/util/qsgtextureprovider.cpp
@@ -45,12 +45,12 @@ QT_BEGIN_NAMESPACE
\sa {Scene Graph - Two Texture Providers}
*/
/*!
- \fn QSGTexture *QSGTextureProvider::texture();
+ \fn QSGTexture *QSGTextureProvider::texture() const
Returns a pointer to the texture object.
*/
/*!
- \fn void QSGTextureProvider::textureChanged();
+ \fn void QSGTextureProvider::textureChanged()
This signal is emitted when the texture changes.
*/