diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-09 15:34:38 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-09 15:34:38 +0200 |
| commit | 780aca2622d907320a1cf462390f192fb3ae4b31 (patch) | |
| tree | c7843a5ebe0620d8f97ae7ba86ba6f5d06ffc167 /options/value.hpp | |
| parent | c1de1499775d47a574bd52d07acbb269845fb75b (diff) | |
| parent | 051fb2f94f6364b80219a3c671bb953d2e54a140 (diff) | |
Merge branch 'master' into trackhat-sensor-v2
Diffstat (limited to 'options/value.hpp')
| -rw-r--r-- | options/value.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/value.hpp b/options/value.hpp index dacd0ea9..9a7487b8 100644 --- a/options/value.hpp +++ b/options/value.hpp @@ -137,6 +137,7 @@ public: return *this; store_variant(traits::qvariant_from_value(traits::pass_value(datum))); + maybe_trace("set-value"); return *this; } |
