diff options
Diffstat (limited to 'qt-models/diveplotdatamodel.h')
-rw-r--r-- | qt-models/diveplotdatamodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-models/diveplotdatamodel.h b/qt-models/diveplotdatamodel.h index b28dce685..4e0c63c2e 100644 --- a/qt-models/diveplotdatamodel.h +++ b/qt-models/diveplotdatamodel.h @@ -5,6 +5,7 @@ #include <QAbstractTableModel> #include "core/display.h" +#include "core/dive.h" struct dive; struct plot_data; @@ -91,6 +92,7 @@ private: struct plot_info pInfo; int diveId; unsigned int dcNr; + struct deco_state plot_deco_state; }; #endif // DIVEPLOTDATAMODEL_H |