From 3bd6717e004b8ef3fc628a0e9aba16e95355a295 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Mon, 25 Aug 2025 13:20:50 +0200 Subject: [PATCH] fix(nodiscard): remove duplicated nodiscard annotation Signed-off-by: Matthieu Gallien --- src/gui/sharemanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/sharemanager.h b/src/gui/sharemanager.h index e25f10768b..0653f2d5ff 100644 --- a/src/gui/sharemanager.h +++ b/src/gui/sharemanager.h @@ -120,7 +120,7 @@ public: /* * Get whether the share has a password set */ - [[nodiscard]] [[nodiscard]] bool isPasswordSet() const; + [[nodiscard]] bool isPasswordSet() const; /* * Is it a share with a user or group (local or remote)