Add a seed parameter to make the qHash used
AbandonedPublic

Authored by vandenoever on Jul 22 2017, 7:49 PM.

Details

Reviewers
Calligra-Devel-list
Group Reviewers
Calligra: 3.0
Summary

Without the seed parameter, the default qHash for QPair is used.
The seed argument in qHash was introduced in Qt 5.0. The qHash for
KoXmlStringPair did not have it and hence it was an unused function.

Test Plan

All unit tests in kostore still pass.

Diff Detail

Repository
R8 Calligra
Lint
Lint Skipped
Unit
Unit Tests Skipped
vandenoever created this revision.Jul 22 2017, 7:49 PM
vandenoever abandoned this revision.Jul 22 2017, 8:45 PM