summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/preferences/preferences_defaults.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-05-16 09:46:30 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-16 10:09:35 -0700
commit27505aedfb06333671652d4ead8ac95041fc5473 (patch)
treebd5ff772b2f720158ad436dab78da9d5e0314f14 /desktop-widgets/preferences/preferences_defaults.cpp
parentfc6d99eb932109ab4edfe7e61a7a79f2e5c5aa3b (diff)
downloadsubsurface-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 'desktop-widgets/preferences/preferences_defaults.cpp')
0 files changed, 0 insertions, 0 deletions