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