diff options
Diffstat (limited to 'desktop-widgets/command.h')
-rw-r--r-- | desktop-widgets/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/command.h b/desktop-widgets/command.h index d31098a4b..bc3e36cae 100644 --- a/desktop-widgets/command.h +++ b/desktop-widgets/command.h @@ -55,6 +55,8 @@ void purgeUnusedDiveSites(); 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); +void editRating(const QVector<dive *> dives, int newValue, int oldValue); +void editVisibility(const QVector<dive *> dives, int newValue, int oldValue); } // namespace Command |