Skip to content

components/calendar: use QHash::contains instead of QHash::count

Fushan Wen requested to merge work/fuf/contains into master

The original plan was to use std::unordered_map in the calendar API but the plan was abandoned.

Merge request reports