From c02df78ada48baac0a2e150c1cd4ceb40103f331 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 17 Jul 2014 16:30:34 +0200 Subject: [PATCH] Fix typo in documentation Change-Id: Ie250c41943be661b19b5f09731508d6613f4cf82 Reviewed-by: Jerome Pasion --- src/quick/items/qquickwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp index 6276bed..bead1ad 100644 --- a/src/quick/items/qquickwindow.cpp +++ b/src/quick/items/qquickwindow.cpp @@ -3261,7 +3261,7 @@ QSGTexture *QQuickWindow::createTextureFromImage(const QImage &image) const \warning The returned texture is not memory managed by the scene graph and must be explicitly deleted by the caller on the rendering thread. - This is acheived by deleting the texture from a QSGNode destructor + This is achieved by deleting the texture from a QSGNode destructor or by using deleteLater() in the case where the texture already has affinity to the rendering thread. -- 2.7.4