From 7e693ad7a6b2ee7c3f5c62a4f9819718b3b8b9f1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 19 Oct 2021 10:00:42 +0200 Subject: options: don't notify on idempotent values --- options/base-value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/base-value.hpp') diff --git a/options/base-value.hpp b/options/base-value.hpp index 9b2ebe53..6365f82a 100644 --- a/options/base-value.hpp +++ b/options/base-value.hpp @@ -67,7 +67,7 @@ protected: virtual void store_variant(QVariant&&) noexcept = 0; virtual void store_variant(const QVariant&) noexcept = 0; - void maybe_trace(bool x) const; + void maybe_trace(const char* str) const; template void store_(const t& datum) -- cgit v1.2.3