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 0486b2bce..07c8be61d 100644 --- a/desktop-widgets/command.cpp +++ b/desktop-widgets/command.cpp @@ -200,4 +200,9 @@ void editDiveMaster(const QStringList &newList, bool currentDiveOnly) execute(new EditDiveMaster(newList, currentDiveOnly)); } +void pasteDives(const dive *d, dive_components what) +{ + execute(new PasteDives(d, what)); +} + } // namespace Command |