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 7eff9a4c1..7f18b343c 100644 --- a/desktop-widgets/command.cpp +++ b/desktop-widgets/command.cpp @@ -140,4 +140,9 @@ void editMode(const QVector<dive *> dives, int index, int newValue, int oldValue execute(new EditMode(dives, index, newValue, oldValue)); } +void editSuit(const QVector<dive *> dives, const QString &newValue, const QString &oldValue) +{ + execute(new EditSuit(dives, newValue, oldValue)); +} + } // namespace Command |