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 0f08d0637..f1c0a67dd 100644 --- a/desktop-widgets/command.cpp +++ b/desktop-widgets/command.cpp @@ -180,4 +180,9 @@ void editTags(const QVector<dive *> &dives, const QStringList &newList, struct d execute(new EditTags(dives, newList, d)); } +void editBuddies(const QVector<dive *> &dives, const QStringList &newList, struct dive *d) +{ + execute(new EditBuddies(dives, newList, d)); +} + } // namespace Command |