summaryrefslogtreecommitdiffhomepage
path: root/options/value.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/value.hpp')
-rw-r--r--options/value.hpp1
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;
}