mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix(nodiscard): remove duplicated nodiscard annotation
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
8351bb56f5
commit
3bd6717e00
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user