mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
doc: Fix grammar of slint_interpreter::ComponentDefinition::properties() C++ docs
This commit is contained in:
parent
667d071ec0
commit
a8c07d64c5
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ public:
|
|||
return u.result;
|
||||
}
|
||||
|
||||
/// Returns a vector of that contains PropertyDescriptor instances that describe the list of
|
||||
/// Returns a vector of PropertyDescriptor instances that describe the list of
|
||||
/// public properties that can be read and written using ComponentInstance::set_property and
|
||||
/// ComponentInstance::get_property.
|
||||
slint::SharedVector<PropertyDescriptor> properties() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue