Enable parts of planner based on define

In bf205726 DEPTH/Switch at was disabled by commenting out that code.
This puts it back behind ifdefs

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-03-22 15:13:58 +01:00 committed by Dirk Hohndel
parent d4a1932276
commit 8bc2ad1473
4 changed files with 25 additions and 12 deletions

View file

@ -102,7 +102,10 @@ public:
END,
O2,
HE,
/* DEPTH, */ COLUMNS
#ifdef ENABLE_PLANNER
DEPTH,
#endif
COLUMNS
};
explicit CylindersModel(QObject *parent = 0);