diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-25 18:16:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-25 18:16:30 +0200 |
commit | 7cb647a1e6f9331c8375e5774826ffe84999d4f6 (patch) | |
tree | 5be9f2bb0d48ee10358064a9e46f92926e67b7aa /options | |
parent | 30a1ba47a4592ba6e7c92a5e32f3a057293d4f2b (diff) |
options/value: remove outdated comment
Diffstat (limited to 'options')
-rw-r--r-- | options/value.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<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<element_type>() == val2.value<element_type>(); |