diff options
Diffstat (limited to 'desktop-widgets/command.cpp')
-rw-r--r-- | desktop-widgets/command.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/command.cpp b/desktop-widgets/command.cpp index 4bbd5e059..35010b3c3 100644 --- a/desktop-widgets/command.cpp +++ b/desktop-widgets/command.cpp @@ -234,6 +234,7 @@ void pasteDives(const dive *d, dive_components what) execute(new PasteDives(d, what)); } +// Trip editing related commands void editTripLocation(dive_trip *trip, const QString &s) { execute(new EditTripLocation(trip, s)); |