No need to use the .set method of properties directly

This commit is contained in:
Alexander Bock
2023-11-28 21:37:52 +01:00
parent 56ad7a3365
commit 3a9716a535
10 changed files with 20 additions and 11 deletions
@@ -69,6 +69,11 @@ public:
*/
void set(std::any value) override;
/**
* Triggers this TriggerProperty.
*/
void trigger();
std::string jsonValue() const override;
};