Fix transaction filter due to compiler issue with g++ 10

Authored by tbaumgart on May 21 2020, 11:31 AM.

Description

Fix transaction filter due to compiler issue with g++ 10

g++ version 10 seems to have a problem with our ancient union and struct
based bitmap handling.

Changing it to be based on QFlags solves the problem.

BUG: 420761

Details

Committed
tbaumgartMay 21 2020, 11:31 AM
Parents
R261:28a366b94ebd: GIT_SILENT: move icon
Branches
Unknown
Tags
Unknown