Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
*/
[[nodiscard]] Permissions getPermissions() const;
- [[nodiscard]] bool isPasswordSet() const;
+ /*
+ * Get whether the share has a password set
+ */
+ [[nodiscard]] Q_REQUIRED_RESULT bool isPasswordSet() const;
/*
* Is it a share with a user or group (local or remote)
Q_REQUIRED_RESULT bool syncIsPaused() const;
Q_REQUIRED_RESULT bool isOpen() const;
- Q_REQUIRED_RESULT bool raiseDialogs();
+ bool raiseDialogs();
signals:
void currentUserChanged();