slint/examples/todo/cpp
Tobias Hunger e3c4209b1f
Change Model::row_data to return an Option<T> (#873)
Change Model::row_data to return an Option<T> (rust) or std::optional<T> (c++)

Co-authored-by: Olivier Goffart <olivier@woboq.com>
Co-authored-by: Simon Hausmann <hausmann@gmail.com>
2022-01-26 13:55:38 +01:00
..
.gitignore Ignore the build directory 2020-09-08 22:34:29 +02:00
CMakeLists.txt Minor cleanup: Fix CMake project names for two examples 2022-01-20 20:33:37 +01:00
main.cpp Change Model::row_data to return an Option<T> (#873) 2022-01-26 13:55:38 +01:00