mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correctly name member function gasChange of DivePlannerPointsModel
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
3e67bfaea6
commit
bfe52f6689
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ void DiveHandler::changeGas()
|
|||
{
|
||||
QAction *action = qobject_cast<QAction *>(sender());
|
||||
QModelIndex index = plannerModel->index(parentIndex(), DivePlannerPointsModel::GAS);
|
||||
plannerModel->gaschange(index.sibling(index.row() + 1, index.column()), action->data().toInt());
|
||||
plannerModel->gasChange(index.sibling(index.row() + 1, index.column()), action->data().toInt());
|
||||
}
|
||||
|
||||
void DiveHandler::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue