diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-05-16 09:46:30 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-16 10:09:35 -0700 |
commit | 27505aedfb06333671652d4ead8ac95041fc5473 (patch) | |
tree | bd5ff772b2f720158ad436dab78da9d5e0314f14 /subsurface-mobile-main.cpp | |
parent | fc6d99eb932109ab4edfe7e61a7a79f2e5c5aa3b (diff) | |
download | subsurface-27505aedfb06333671652d4ead8ac95041fc5473.tar.gz |
cleanup: use pointer-to-member style connect for ComboBoxDelegate
This was still using the archaic macro version, because Qt decided
to parameter-overload the signals (which turned out to be a horrible
idea). However, since we switched to fairly recent Qt this can be
solved using the qOverload template.
In this case things are a bit more complicated because we overload
the corresponding slots. Since we have control over that, let's
just disambiguate their names instead of using the cryptic qOverload.
While doing this, tighten the access specifiers of the slots. Turn
public into private and protected as appropriate.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface-mobile-main.cpp')
0 files changed, 0 insertions, 0 deletions