From bfe52f66892c9d015d717c8c64f60e36704ab182 Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Wed, 11 Oct 2017 22:03:03 +0200 Subject: Correctly name member function gasChange of DivePlannerPointsModel Signed-off-by: Stefan Fuchs --- desktop-widgets/diveplanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-widgets') diff --git a/desktop-widgets/diveplanner.cpp b/desktop-widgets/diveplanner.cpp index f62609877..2f3fd49c5 100644 --- a/desktop-widgets/diveplanner.cpp +++ b/desktop-widgets/diveplanner.cpp @@ -76,7 +76,7 @@ void DiveHandler::changeGas() { QAction *action = qobject_cast(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) -- cgit v1.2.3-70-g09d2