mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +00:00
Run clang-format over C++ files
This commit is contained in:
parent
1884497308
commit
ca6dfc0cb5
12 changed files with 141 additions and 107 deletions
|
|
@ -75,7 +75,7 @@ struct Property
|
|||
|
||||
void set(const T &value) const
|
||||
{
|
||||
if ((inner._0 & 0b10) == 0b10 || this->value != value) {
|
||||
if ((inner._0 & 0b10) == 0b10 || this->value != value) {
|
||||
this->value = value;
|
||||
cbindgen_private::slint_property_set_changed(&inner, &this->value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue