slint/api/cpp/include
Simon Hausmann 77645d9908 C++: Warn when the return value of slint::Image::load_from_path is not used
Somebody recently accidentally wrote this code:

```cpp
slint::Image image;
image.load_from_path(...);
```

and that should have produced a warning.
2023-05-10 11:46:00 +02:00
..
slint.h Fix build against macOS deployment target 10.10 2023-04-24 18:02:55 +02:00
slint_brush.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_callbacks.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_color.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_config.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_image.h C++: Warn when the return value of slint::Image::load_from_path is not used 2023-05-10 11:46:00 +02:00
slint_interpreter.h Don't use old syntax in docs 2023-04-06 17:06:46 +02:00
slint_pathdata.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_platform.h Add a C++ version of the Virtual Keyboard example 2023-04-14 11:39:02 +02:00
slint_point.h c++: Turn (Logical|Physical)(Size|Position)` into structs 2022-09-13 18:17:56 +02:00
slint_properties.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_sharedvector.h C++ image: add some docs 2023-03-20 17:22:56 +01:00
slint_size.h c++: Turn (Logical|Physical)(Size|Position)` into structs 2022-09-13 18:17:56 +02:00
slint_string.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_testing.h C++: use size_t everywhere as index in our models 2023-02-07 15:25:44 +01:00
vtable.h Fix C++ formatting 2023-04-24 18:02:55 +02:00