summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-25 18:16:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-25 18:16:30 +0200
commit7cb647a1e6f9331c8375e5774826ffe84999d4f6 (patch)
tree5be9f2bb0d48ee10358064a9e46f92926e67b7aa /options
parent30a1ba47a4592ba6e7c92a5e32f3a057293d4f2b (diff)
options/value: remove outdated comment
Diffstat (limited to 'options')
-rw-r--r--options/value.hpp1
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>();