Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    configure_input_simple: Make input profile array constexpr · faa91105
    Lioncash authored
    Calling tr() from a file-scope array isn't advisable, since it can be
    executed before the Qt libraries are even fully initialized, which can
    lead to crashes.
    
    Instead, the translatable strings should be annotated, and the tr()
    function should be called at the string's usage site.
    faa91105