lint and avoid copy

This commit is contained in:
Nicolas Werner 2023-02-02 01:26:42 +01:00
parent a320fc6f7a
commit 0ab566dc4b
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 44 additions and 43 deletions

View file

@ -1652,7 +1652,7 @@ ChatPage::isRoomActive(const QString &room_id)
void
ChatPage::removeAllNotifications()
{
#if defined (Q_OS_LINUX)
#if defined(Q_OS_LINUX)
notificationsManager->closeAllNotifications();
#endif
}