Page MenuHomePhorge

Use json object instead of QSet for sets
ClosedPublic

Authored by tusooa on Wed, Dec 18, 2:28 PM.

Details

Summary

This is a workaround for a crash that is an upstream Qt bug. Also JS object is more performant in checking whether something exists as an element in the set, as QSet is converted to a JS array when passed to QML.

Type: fix

Upstream: https://bugreports.qt.io/browse/QTBUG-131961

Test Plan

Verify pinning and unpinning events still work. Verify timeline gaps still work.

Diff Detail

Repository
rK kazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Wed, Dec 18, 5:02 PM
This revision was automatically updated to reflect the committed changes.