Diffusion Kooka 8358e0c6ae05

Eliminate remaining 'zero as null pointer constant' warnings

Authored by marten on Oct 28 2019, 3:22 PM.

Description

Eliminate remaining 'zero as null pointer constant' warnings

Confusing, because the warning is given for code which has apparently
nothing to do with pointers, but it is caused by trying to initialise
a QFlags-derived object with 0. Use QFlags() for a null value instead.

Details

Committed
martenOct 28 2019, 3:22 PM
Parents
R660:7de2240fe637: Port NULL -> nullptr
Branches
Unknown
Tags
Unknown