aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg/qsgopenvglayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/openvg/qsgopenvglayer.cpp')
-rw-r--r--src/plugins/scenegraph/openvg/qsgopenvglayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/scenegraph/openvg/qsgopenvglayer.cpp b/src/plugins/scenegraph/openvg/qsgopenvglayer.cpp
index 3ecf0dcb31..795e3f62d3 100644
--- a/src/plugins/scenegraph/openvg/qsgopenvglayer.cpp
+++ b/src/plugins/scenegraph/openvg/qsgopenvglayer.cpp
@@ -185,12 +185,12 @@ void QSGOpenVGLayer::setRecursive(bool recursive)
void QSGOpenVGLayer::setFormat(uint format)
{
- Q_UNUSED(format)
+ Q_UNUSED(format);
}
void QSGOpenVGLayer::setHasMipmaps(bool mipmap)
{
- Q_UNUSED(mipmap)
+ Q_UNUSED(mipmap);
}
void QSGOpenVGLayer::setDevicePixelRatio(qreal ratio)