зеркало из https://github.com/nextcloud/desktop.git
Do not use const for POD type in setShowCallNotifications declaration
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Родитель
babdbd1e3e
Коммит
2608016995
|
@ -171,7 +171,7 @@ public:
|
|||
void setShowChatNotifications(bool show);
|
||||
|
||||
[[nodiscard]] bool showCallNotifications() const;
|
||||
void setShowCallNotifications(const bool show);
|
||||
void setShowCallNotifications(bool show);
|
||||
|
||||
[[nodiscard]] bool showInExplorerNavigationPane() const;
|
||||
void setShowInExplorerNavigationPane(bool show);
|
||||
|
|
Загрузка…
Ссылка в новой задаче