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 e1139bd99..d31098a4b 100644 --- a/desktop-widgets/command.h +++ b/desktop-widgets/command.h @@ -53,6 +53,7 @@ void purgeUnusedDiveSites(); // 4) Dive editing related commands void editNotes(const QVector<dive *> dives, const QString &newValue, const QString &oldValue); +void editSuit(const QVector<dive *> dives, const QString &newValue, const QString &oldValue); void editMode(const QVector<dive *> dives, int index, int newValue, int oldValue); } // namespace Command |