Fix module name comparison
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.
Please register or sign in to comment