diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-25 18:01:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-25 18:27:42 +0200 |
commit | c5db801886b22c3963689ee325ed7114ab94730d (patch) | |
tree | 55119b016fbebc2efe3d6b99bafafce1c78fa491 /options/value.hpp | |
parent | 83867b413c449101bbe14615ff857a7785432ede (diff) |
options/value-traits: fix bool storage
Using int as `stored_type' for bool made Qt signals not
work. Evident when ticking the "asymmetric mapping"
checkboxes in the mapping window.
Remove some std::decay_t usage, there's no need for
either decay or remove_cvref.
In `value<t>::get()', `bundle::get_variant' of an
undefined key will fall back to `return def' so remove
the duplicate logic.
Diffstat (limited to 'options/value.hpp')
0 files changed, 0 insertions, 0 deletions