Skip to content
  • Simon Persson's avatar
    Use QT_NO_CAST_FROM_ASCII and adjust code accordingly. · 8ef76894
    Simon Persson authored
    When Kup starts using libgit2, a C library, there will be conversions from c-style strings. In order to avoid programming mistakes of getting the default latin-1 encoding when the string is something else, disable the implicit casting and force all uses to state the encoding explicitly.
    8ef76894