mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
API review: enable all features in the C++ docs (#5592)
And make sure that functions excluded when freestanding is enabled are included in the docs.
This commit is contained in:
parent
4de9cae583
commit
27dc6e53c0
3 changed files with 6 additions and 6 deletions
|
@ -121,7 +121,7 @@ public:
|
|||
|
||||
Image() : data(Data::ImageInner_None()) { }
|
||||
|
||||
#ifndef SLINT_FEATURE_FREESTANDING
|
||||
#if !defined(SLINT_FEATURE_FREESTANDING) || defined(DOXYGEN)
|
||||
/// Load an image from an image file
|
||||
[[nodiscard]] static Image load_from_path(const SharedString &file_path)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue