diff options
Diffstat (limited to 'commands/command.h')
-rw-r--r-- | commands/command.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/command.h b/commands/command.h index bb6edcd81..19908ca7c 100644 --- a/commands/command.h +++ b/commands/command.h @@ -141,8 +141,7 @@ void addPictures(const std::vector<PictureListForAddition> &pictures); // 8) Device commands -void removeDevice(int idx); -void editDeviceNickname(int idx, const QString &nickname); +void editDeviceNickname(struct divecomputer *dc, const QString &nickname); // 9) Filter commands |