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>
This commit is contained in:
Dirk Hohndel 2014-01-26 07:15:13 -08:00
parent f11001ff4e
commit bf20572630
4 changed files with 15 additions and 10 deletions

View file

@ -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();