mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Remove const from POD in method declaration.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
7d27c53b3b
commit
cdd940f669
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public:
|
|||
void setLaunchOnSystemStartup(const bool autostart);
|
||||
|
||||
[[nodiscard]] bool serverHasValidSubscription() const;
|
||||
void setServerHasValidSubscription(const bool valid);
|
||||
void setServerHasValidSubscription(bool valid);
|
||||
|
||||
[[nodiscard]] QString desktopEnterpriseChannel() const;
|
||||
void setDesktopEnterpriseChannel(const QString &channel);
|
||||
|
|
Loading…
Reference in a new issue