Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addresses some problems found while trying to use Pool::componentsByCategories #441

Merged
merged 3 commits into from Nov 1, 2022

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