diff options
Diffstat (limited to 'desktop-widgets/command.h')
-rw-r--r-- | desktop-widgets/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/command.h b/desktop-widgets/command.h index 7667f3482..6cfd7fc4e 100644 --- a/desktop-widgets/command.h +++ b/desktop-widgets/command.h @@ -66,6 +66,7 @@ void editDiveSiteNew(const QString &newName, bool currentDiveOnly); void editTags(const QStringList &newList, bool currentDiveOnly); void editBuddies(const QStringList &newList, bool currentDiveOnly); void editDiveMaster(const QStringList &newList, bool currentDiveOnly); +void pasteDives(const dive *d, dive_components what); } // namespace Command |