diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-01-26 07:15:13 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-26 07:37:11 -0800 |
commit | bf20572630b751683449d4bf839f2bb3046ce2bd (patch) | |
tree | 213df9bbfa242507cc60a075c0909c0622edade3 /qt-ui/models.h | |
parent | f11001ff4ee478453714df7ed1efdb8a1aa7fbde (diff) | |
download | subsurface-bf20572630b751683449d4bf839f2bb3046ce2bd.tar.gz |
Disable the switching depth column for cylinders
Since the planner is disabled this column isn't needed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index 2d7e5c34d..505d7dcb5 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -81,7 +81,7 @@ private: class CylindersModel : public CleanerTableModel { Q_OBJECT public: - enum Column {REMOVE, TYPE, SIZE, WORKINGPRESS, START, END, O2, HE, DEPTH, COLUMNS}; + enum Column {REMOVE, TYPE, SIZE, WORKINGPRESS, START, END, O2, HE, /* DEPTH, */ COLUMNS}; explicit CylindersModel(QObject* parent = 0); static CylindersModel *instance(); |