QHash::unite is deprecated in qt5.15. We need to port to QMultiHash.But QMultiHash::unite was added in qt5.13
ClosedPublic

Authored by mlaurent on Dec 23 2019, 11:33 AM.

Details

Summary

Port QHash::unite deprecated method

Test Plan

autotest ok

Diff Detail

Repository
R276 KItemViews
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mlaurent created this revision.Dec 23 2019, 11:33 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptDec 23 2019, 11:33 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
mlaurent requested review of this revision.Dec 23 2019, 11:33 AM
mlaurent retitled this revision from QHash::unite is deprecated in qt5.15. We need to port to QMultiHash. But QMultiHash::unite was added in qt5.13 to QHash::unite is deprecated in qt5.15. We need to port to QMultiHash.But QMultiHash::unite was added in qt5.13.Dec 23 2019, 11:33 AM
mlaurent added a reviewer: dfaure.
dfaure accepted this revision.Dec 26 2019, 8:55 AM
This revision is now accepted and ready to land.Dec 26 2019, 8:55 AM
This revision was automatically updated to reflect the committed changes.