slint/examples/todo/cpp
Olivier Goffart a780dd4905 Testing: Fix duplicated accessibility element
This fix the C++ todo test that wasn't run because of a typo

When an element is optimized in another one, only the first one should
report the accessible properties. (because element with accessible
properties cannot be optimized so they are always the first)
2024-06-07 13:18:12 +02:00
..
tests Testing: expose the description and the checked accessible property 2024-04-26 15:09:37 +02:00
.gitignore Ignore the build directory 2020-09-08 22:34:29 +02:00
app.cpp C++ Todo example: add test 2024-04-22 13:54:28 +02:00
app.h C++ Todo example: add test 2024-04-22 13:54:28 +02:00
CMakeLists.txt Testing: Fix duplicated accessibility element 2024-06-07 13:18:12 +02:00
main.cpp C++ Todo example: add test 2024-04-22 13:54:28 +02:00