diff options
Diffstat (limited to 'desktop-widgets/undocommands.h')
-rw-r--r-- | desktop-widgets/undocommands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/undocommands.h b/desktop-widgets/undocommands.h index f0626377c..1403b23bb 100644 --- a/desktop-widgets/undocommands.h +++ b/desktop-widgets/undocommands.h @@ -45,6 +45,7 @@ public: private: QMap<struct dive*, dive_trip*> divesToUndo; + QList<struct dive_trip*> tripList; }; #endif // UNDOCOMMANDS_H |