Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.8.0
-
None
-
6127d87db2f68a322ee8cea11872f2989f085400
Description
In qscxmlerror.h QString is incorrectly included.
It is:
#include <QString>
whereas it should be:
#include <QtCore/qstring.h>
Otherwise it wouldn't be a biggie, but because of this it's not possible to generate the binary compatibility test file for the module. That's why the priority is set to P1.