summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/webp/qwebphandler_p.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-01-15 20:17:51 +0100
committerLiang Qi <liang.qi@qt.io>2018-01-15 20:17:51 +0100
commit54cdb5b07b2ae2130ce73c6bb22c65b4ad1cba03 (patch)
treedcd54d5b95afc849510f70147bec39416360792f /src/plugins/imageformats/webp/qwebphandler_p.h
parentc34ab1c43a3cbbaad127eb8bc6fd9b5c90a1169f (diff)
parent3c607b324ffbf84ce9803d80a04c7d663e847496 (diff)
Merge remote-tracking branch 'origin/5.9' into 5.105.10
Conflicts: .qmake.conf Change-Id: I827727fde51a71cbef5d61fb6cc2cd45d5e3bd7c
Diffstat (limited to 'src/plugins/imageformats/webp/qwebphandler_p.h')
-rw-r--r--src/plugins/imageformats/webp/qwebphandler_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/imageformats/webp/qwebphandler_p.h b/src/plugins/imageformats/webp/qwebphandler_p.h
index 99a7c21..950b501 100644
--- a/src/plugins/imageformats/webp/qwebphandler_p.h
+++ b/src/plugins/imageformats/webp/qwebphandler_p.h
@@ -85,7 +85,6 @@ private:
ScanSuccess = 1,
};
- bool m_lossless;
int m_quality;
mutable ScanState m_scanState;
WebPBitstreamFeatures m_features;