Commits on Oct 25, 2022

  1. qt: Fix warning

    Push before popping or the compiler complains
    aleixpol committed Oct 25, 2022

Commits on Oct 28, 2022

  1. qt: Fix stringListToCharArray

    Make sure the list is NULL-terminated as expected
    aleixpol committed Oct 28, 2022
  2. qt: Fix Pool::componentsByCategories

    Makes sure we don't use a string that is out of scope, keeps the UTF-8
    formatted array until affer as_pool_get_components_by_categories is
    called.
    aleixpol committed Oct 28, 2022