mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
2 changed files with 0 additions and 6 deletions
|
@ -1161,11 +1161,6 @@ void ProfileWidget2::setProfileState()
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef SUBSURFACE_MOBILE
|
#ifndef SUBSURFACE_MOBILE
|
||||||
void ProfileWidget2::setToolTipVisibile(bool visible)
|
|
||||||
{
|
|
||||||
toolTipItem->setVisible(visible);
|
|
||||||
}
|
|
||||||
|
|
||||||
void ProfileWidget2::connectPlannerModel()
|
void ProfileWidget2::connectPlannerModel()
|
||||||
{
|
{
|
||||||
connect(plannerModel, &DivePlannerPointsModel::dataChanged, this, &ProfileWidget2::replot);
|
connect(plannerModel, &DivePlannerPointsModel::dataChanged, this, &ProfileWidget2::replot);
|
||||||
|
|
|
@ -84,7 +84,6 @@ public:
|
||||||
#ifndef SUBSURFACE_MOBILE
|
#ifndef SUBSURFACE_MOBILE
|
||||||
bool eventFilter(QObject *, QEvent *) override;
|
bool eventFilter(QObject *, QEvent *) override;
|
||||||
#endif
|
#endif
|
||||||
void setToolTipVisibile(bool visible);
|
|
||||||
State currentState;
|
State currentState;
|
||||||
int animSpeed;
|
int animSpeed;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue