Do not use const for POD type in setShowCallNotifications declaration

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-06-26 17:24:42 +08:00 коммит произвёл Matthieu Gallien
Родитель babdbd1e3e
Коммит 2608016995
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);