cleanup: remove unused function setToolTipVisibile()
The alternative spelling "visibile" made searching for this function very annoying. That makes removing it even more satisfying. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
b39e88b8c6
commit
23ab6b7a8c
@ -1161,11 +1161,6 @@ void ProfileWidget2::setProfileState()
|
||||
}
|
||||
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
void ProfileWidget2::setToolTipVisibile(bool visible)
|
||||
{
|
||||
toolTipItem->setVisible(visible);
|
||||
}
|
||||
|
||||
void ProfileWidget2::connectPlannerModel()
|
||||
{
|
||||
connect(plannerModel, &DivePlannerPointsModel::dataChanged, this, &ProfileWidget2::replot);
|
||||
|
||||
@ -84,7 +84,6 @@ public:
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
bool eventFilter(QObject *, QEvent *) override;
|
||||
#endif
|
||||
void setToolTipVisibile(bool visible);
|
||||
State currentState;
|
||||
int animSpeed;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user