summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/webp/qwebphandler.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-24 19:36:15 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-24 19:47:55 +0100
commit018828170d807f6647a843e61c82733c3f601d14 (patch)
treed666670c8a60f7ffb7e2446ca2818bbd07bacc97 /src/plugins/imageformats/webp/qwebphandler.cpp
parent11300c62aa021ef07f3e4de8bd875bfcbcbe2f7e (diff)
parent16362da5762b2375ac986d19266cef0bcdc5047c (diff)
Merge remote-tracking branch 'origin/5.6' into 5.75.7
Conflicts: src/plugins/imageformats/webp/qwebphandler.cpp Change-Id: I494e140819746c83e586bea72d8b02a7d245d970
Diffstat (limited to 'src/plugins/imageformats/webp/qwebphandler.cpp')
-rw-r--r--src/plugins/imageformats/webp/qwebphandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/imageformats/webp/qwebphandler.cpp b/src/plugins/imageformats/webp/qwebphandler.cpp
index a59e6bd..0bd89f6 100644
--- a/src/plugins/imageformats/webp/qwebphandler.cpp
+++ b/src/plugins/imageformats/webp/qwebphandler.cpp
@@ -51,6 +51,7 @@ QWebpHandler::QWebpHandler() :
m_lossless(false),
m_quality(75),
m_scanState(ScanNotScanned),
+ m_features(),
m_loop(0),
m_frameCount(0),
m_demuxer(NULL),