Skip to content
Snippets Groups Projects
  1. Dec 26, 2018
    • 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
  2. Dec 05, 2018
Loading