diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-12-17 16:30:29 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-12-18 08:47:13 +0100 |
commit | 159d7230d301f999633eecef25f8569f5e8831b6 (patch) | |
tree | 4674dc1fd8349ca69f603ff2a0bc199f53a5ac07 /tests/auto | |
parent | 09406d66659e03ae4769cde1c32f18f1388613d7 (diff) | |
download | qtxmlpatterns-159d7230d301f999633eecef25f8569f5e8831b6.tar.gz |
Fix deprecation warnings about QHash::unite()
Use QHash::insert() instead, fixing:
schema/qxsdparticlechecker.cpp:467:83: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated
schema/qxsdschemachecker.cpp:108:39: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated
schema/qxsdschemaresolver.cpp:267:39: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated
Change-Id: I5ac3ee4f9a8103a9ce1210d6c369597c6b0abddc
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto')
0 files changed, 0 insertions, 0 deletions