Skip to content
  • Volker Krause's avatar
    Fix module name comparison · 4603adaf
    Volker Krause authored
    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.
    4603adaf