diff options
Diffstat (limited to 'desktop-widgets/command.cpp')
-rw-r--r-- | desktop-widgets/command.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-widgets/command.cpp b/desktop-widgets/command.cpp index cf8aeb7f9..4257324ec 100644 --- a/desktop-widgets/command.cpp +++ b/desktop-widgets/command.cpp @@ -238,6 +238,11 @@ void pasteDives(const dive *d, dive_components what) execute(new PasteDives(d, what)); } +void replanDive(dive *d) +{ + execute(new ReplanDive(d)); +} + // Trip editing related commands void editTripLocation(dive_trip *trip, const QString &s) { |