Skip to content

Fix module name comparison

Volker Krause requested to merge work/vkrause/qt6-fix-module-name-compare into master

This was comparing a string with a QChar on the right hand side, which only happened to compile with Qt5's implicit QString ctors but didn't actually ever match. With Qt6 this fails to compile.

Merge request reports