Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2021-03-30 13:53:47 +0300
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>2021-04-08 10:10:58 +0300
commit98cfc362f72584774f575eace58dc70e65695e32 (patch)
tree546eb4ccce092834d8d442a63f0be0df501a5951 /src/gui/accountstate.h
parent835a61c5ee704729e305f6c79b914e5bd8a5164d (diff)
Remove const and reference of base types.
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index 59966f131..f0d1a2f99 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -182,7 +182,7 @@ public:
/** Set desktop notifications status retrieved by the notificatons endpoint
*/
- void setDesktopNotificationsAllowed(const bool isAllowed);
+ void setDesktopNotificationsAllowed(bool isAllowed);
/** Fetch the user status (status, icon, message)
*/