Skip to content
  • Patrick Spendrin's avatar
    Windows string fixes · d0ecab47
    Patrick Spendrin authored
    This patch changes multiline QStringLiterals to QString::fromLatin1
    as QStringLiterals doesn't understand multiline strings on windows.
    Also, strncasecmp is replaced by the portable qstrnicmp function provided
    by QByteArray header.
    
    REVIEW: 126379
    d0ecab47