diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-22 22:32:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-10 15:57:39 -0800 |
commit | 72427adc1c063ae5de08f4d92dc79824f6227614 (patch) | |
tree | cfb359483a8adab275d2e948429ec13d8ebcb691 /profile-widget/tankitem.cpp | |
parent | fccbed3ca9f6f3aa761fea1f4d2a0dfbf8a4c125 (diff) | |
download | subsurface-72427adc1c063ae5de08f4d92dc79824f6227614.tar.gz |
profile: remove AbstractProfilePolygonItem::settingsChanged()
settingsChanged() is a virtual function, which is called
when the preferences dialog signals changes. In most derived
classes, the function does nothing.
In two classes, DiveProfileItem and DiveCalculatedTissue, it
replots the item respectively changes its visibility.
However, these two flags are *not* controlled by the preferences
dialog. Indeed, the functions are also connected to finer-grained
qPref signals. Therefore, settingsChanged() can be removed.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget/tankitem.cpp')
0 files changed, 0 insertions, 0 deletions