mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 14:48:15 +00:00
fix(MessagesCountNotifier): remove unused var warning
This commit is contained in:
parent
4f30465275
commit
2987cdd5ef
1 changed files with 2 additions and 2 deletions
|
|
@ -65,11 +65,11 @@ void MessagesCountNotifier::notifyUnreadMessagesCount () {
|
|||
int count = mUnreadMessagesCount > 99 ? 99 : mUnreadMessagesCount;
|
||||
|
||||
#if defined(Q_OS_LINUX)
|
||||
// TODO.
|
||||
(void)count;
|
||||
#elif defined(Q_OS_MACOS)
|
||||
::notifyUnreadMessagesCountMacOS(count);
|
||||
#elif defined(Q_OS_WIN)
|
||||
// TODO.
|
||||
(void)count;
|
||||
#endif // if defined(Q_OS_LINUX)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue