diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-10-11 21:27:06 +0200 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2017-10-16 17:14:17 +0200 |
commit | 73d2ab8099ce08ab20f119a126334463ffd41b1e (patch) | |
tree | ba80715002dcbfbe8bc0aa029e99b881d3fa73f4 /qt-models/diveplannermodel.h | |
parent | df6933326de3ff173b2bd3458d8b29dce8c0f88f (diff) | |
download | subsurface-73d2ab8099ce08ab20f119a126334463ffd41b1e.tar.gz |
Update diveplannerpoints cylinderidx when deleting a cylinder
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r-- | qt-models/diveplannermodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h index 43a1186d4..8e853abf8 100644 --- a/qt-models/diveplannermodel.h +++ b/qt-models/diveplannermodel.h @@ -32,6 +32,7 @@ public: virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole); virtual Qt::ItemFlags flags(const QModelIndex &index) const; void gaschange(const QModelIndex &index, int newcylinderid); + void cylinderRenumber(int mapping[]); void removeSelectedPoints(const QVector<int> &rows); void setPlanMode(Mode mode); bool isPlanner(); |