summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/webp/qwebphandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/webp/qwebphandler.cpp')
-rw-r--r--src/plugins/imageformats/webp/qwebphandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageformats/webp/qwebphandler.cpp b/src/plugins/imageformats/webp/qwebphandler.cpp
index f47040a..7bea4d0 100644
--- a/src/plugins/imageformats/webp/qwebphandler.cpp
+++ b/src/plugins/imageformats/webp/qwebphandler.cpp
@@ -295,7 +295,7 @@ void QWebpHandler::setOption(ImageOption option, const QVariant &value)
default:
break;
}
- return QImageIOHandler::setOption(option, value);
+ QImageIOHandler::setOption(option, value);
}
bool QWebpHandler::supportsOption(ImageOption option) const