summaryrefslogtreecommitdiffstats
path: root/qt-models/cylindermodel.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2017-02-26 13:34:17 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-26 08:20:31 -0800
commit0eb42b35b832a7e837dafcbc2eae89649e02a344 (patch)
treeddf8a22d1725714aa3eab641100efef65acfe3bb /qt-models/cylindermodel.h
parent01874e158f30889ac68b81eced74ecb5a3c98308 (diff)
downloadsubsurface-0eb42b35b832a7e837dafcbc2eae89649e02a344.tar.gz
Call the cylinder working pressure "starting pressure" in planner
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/cylindermodel.h')
-rw-r--r--qt-models/cylindermodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h
index ce2c87e69..88da8048c 100644
--- a/qt-models/cylindermodel.h
+++ b/qt-models/cylindermodel.h
@@ -40,6 +40,7 @@ public:
void updateDecoDepths(pressure_t olddecopo2);
cylinder_t *cylinderAt(const QModelIndex &index);
bool changed;
+ virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const;
public
slots: