We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779b5da commit 99bcd45Copy full SHA for 99bcd45
src/property/Property.cpp
@@ -36,6 +36,7 @@ Property::Property()
36
, _get_time_func{nullptr}
37
, _update_callback_func{nullptr}
38
, _sync_callback_func{nullptr}
39
+, _update_policy{UpdatePolicy::OnChange}
40
, _has_been_updated_once{false}
41
, _has_been_modified_in_callback{false}
42
, _last_updated_millis{0}
0 commit comments