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 77920a81c..09fb45526 100644 --- a/desktop-widgets/command.h +++ b/desktop-widgets/command.h @@ -41,6 +41,7 @@ void mergeDives(const QVector <dive *> &dives); // 3) Dive-site related commands void deleteDiveSites(const QVector <dive_site *> &sites); +void editDiveSiteName(dive_site *ds, const QString &value); } // namespace Command |