Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtwebengine: Move CharAllocator definition to header | Khem Raj | 2020-01-07 | 1 | -0/+551 |
This helps in getting full class definition, in other sources which are operating on sizeof operator, clang10 finds it insufficient information and errors out reporting that sizeof can not be applied on a forward declared class. This patch fixes that Signed-off-by: Khem Raj <raj.khem@gmail.com> |