diff options
Diffstat (limited to 'qt-ui/undocommands.h')
-rw-r--r-- | qt-ui/undocommands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/undocommands.h b/qt-ui/undocommands.h index 62fb2d22b..8e359db51 100644 --- a/qt-ui/undocommands.h +++ b/qt-ui/undocommands.h @@ -13,6 +13,7 @@ public: private: QList<struct dive*> diveList; + QList<struct dive_trip*> tripList; }; class UndoShiftTime : public QUndoCommand { |