aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg/qsgopenvgtexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/openvg/qsgopenvgtexture.cpp')
-rw-r--r--src/plugins/scenegraph/openvg/qsgopenvgtexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scenegraph/openvg/qsgopenvgtexture.cpp b/src/plugins/scenegraph/openvg/qsgopenvgtexture.cpp
index 19a61b5789..574cd9aa51 100644
--- a/src/plugins/scenegraph/openvg/qsgopenvgtexture.cpp
+++ b/src/plugins/scenegraph/openvg/qsgopenvgtexture.cpp
@@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE
QSGOpenVGTexture::QSGOpenVGTexture(const QImage &image, uint flags)
{
- Q_UNUSED(flags)
+ Q_UNUSED(flags);
VGImageFormat format = QSGOpenVGHelpers::qImageFormatToVGImageFormat(image.format());
m_image = vgCreateImage(format, image.width(), image.height(), VG_IMAGE_QUALITY_BETTER);