Task #119420 - added.err

back to task #119420
download
Error: COMPILER_WARNING:
qttools-everywhere-src-6.11.1/src/linguist/shared/validator.h:25:8: warning[-Wodr]: type ‘struct Validator’ violates the C++ One Definition Rule
#   25 | struct Validator
#      |        ^
qttools-everywhere-src-6.11.1/src/linguist/shared/linguistproject/projectdescriptionreader.cpp:20:7: note: a different type is defined in another translation unit
#   20 | class Validator
#      |       ^
qttools-everywhere-src-6.11.1/src/linguist/shared/validator.h:62:25: note: the first difference of corresponding definitions is field ‘m_haveMnemonic’
#   62 |     std::optional<bool> m_haveMnemonic;
#      |                         ^
qttools-everywhere-src-6.11.1/src/linguist/shared/linguistproject/projectdescriptionreader.cpp:77:14: note: a field with different name is defined in another translation unit
#   77 |     QString *m_errorString;
#      |              ^
#   23|   }
#   24|   
#   25|-> struct Validator
#   26|   {
#   27|