summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--src/plugins/imageformats/webp/qwebphandler.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 78a277a..2108ac6 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 5.9.2
+MODULE_VERSION = 5.9.3
diff --git a/src/plugins/imageformats/webp/qwebphandler.cpp b/src/plugins/imageformats/webp/qwebphandler.cpp
index ce90158..7f7bdd9 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