From 7cb647a1e6f9331c8375e5774826ffe84999d4f6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 25 Aug 2016 18:16:30 +0200 Subject: options/value: remove outdated comment --- options/value.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'options') diff --git a/options/value.hpp b/options/value.hpp index c5ccd0dc..248e9a9c 100644 --- a/options/value.hpp +++ b/options/value.hpp @@ -140,7 +140,6 @@ class value final : public base_value public: using element_type = detail::value_element_type_t; - // XXX pointer comparison is wrong, need typeid since is_equal in one module doesn't equal in another! static bool is_equal(const QVariant& val1, const QVariant& val2) { return val1.value() == val2.value(); -- cgit v1.2.3