summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qtexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/texture/qtexture.cpp')
-rw-r--r--src/render/texture/qtexture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/texture/qtexture.cpp b/src/render/texture/qtexture.cpp
index 0efa7c805..03e5caad7 100644
--- a/src/render/texture/qtexture.cpp
+++ b/src/render/texture/qtexture.cpp
@@ -1483,7 +1483,7 @@ QTextureLoader::QTextureLoader(QNode *parent)
if (!notificationsBlocked()) // check the change doesn't come from the backend
d->updateGenerator();
};
- connect(this, &QAbstractTexture::formatChanged, regenerate);
+ connect(this, &QAbstractTexture::formatChanged, this, regenerate);
}
/*! \internal */
@@ -1492,7 +1492,7 @@ QTextureLoader::~QTextureLoader()
}
/*!
- \property QTextureLoader::source
+ \property Qt3DRender::QTextureLoader::source
\brief The current texture source.
*/