Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
None
-
5.0.0
-
None
Description
jsondbpartition.h has this line:
#include "jsondbschemamanager_p.h"
This causes builds to fail because the public header can't be used without the private header.
By default, private headers are not in the include path.
There may be other instances, please check.