summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qpaintedtextureimage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/texture/qpaintedtextureimage.cpp')
-rw-r--r--src/render/texture/qpaintedtextureimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/texture/qpaintedtextureimage.cpp b/src/render/texture/qpaintedtextureimage.cpp
index 6e220f340..80bdc184f 100644
--- a/src/render/texture/qpaintedtextureimage.cpp
+++ b/src/render/texture/qpaintedtextureimage.cpp
@@ -205,7 +205,7 @@ void QPaintedTextureImage::setSize(QSize size)
*/
void QPaintedTextureImage::update(const QRect &rect)
{
- Q_UNUSED(rect)
+ Q_UNUSED(rect);
Q_D(QPaintedTextureImage);
d->repaint();