mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove semicolons from Q_UNUSED macros
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
8913f88c50
commit
4a42aee17e
@ -491,9 +491,9 @@ void Systray::showTalkMessage(const QString &title, const QString &message, cons
|
||||
#if defined(Q_OS_MACOS) && defined(BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||
sendOsXTalkNotification(title, message, token, replyTo, accountState);
|
||||
#else // TODO: Implement custom notifications (i.e. actionable) for other OSes
|
||||
Q_UNUSED(replyTo);
|
||||
Q_UNUSED(token);
|
||||
Q_UNUSED(accountState);
|
||||
Q_UNUSED(replyTo)
|
||||
Q_UNUSED(token)
|
||||
Q_UNUSED(accountState)
|
||||
showMessage(title, message);
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user