mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 04:26:43 +00:00
Fixed missing return value
This commit is contained in:
parent
858e3448f1
commit
1359dee781
@ -362,6 +362,8 @@ bool DynamicQObject<T>::writeProperty(const DynamicProperty& property, void** ar
|
||||
|
||||
QVariant newValue(writeSlot.argumentTypeAt(0), args[0]);
|
||||
executeSlot(writeSlot, {newValue});
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user