diff options
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 38d01e806..b92db67e1 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -63,6 +63,7 @@ private: struct dive* currentDive; QPushButton *addCylinder; QPushButton *addWeight; + enum { NONE, DIVE, TRIP } editMode; }; #endif |