diff options
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index 9a198f657..14969f8f4 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -102,7 +102,10 @@ public: END, O2, HE, - /* DEPTH, */ COLUMNS +#ifdef ENABLE_PLANNER + DEPTH, +#endif + COLUMNS }; explicit CylindersModel(QObject *parent = 0); |