mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-04 05:09:27 +00:00
Fix build on Mac OS X.
This commit is contained in:
parent
bf1d673ea8
commit
a5301bd410
1 changed files with 3 additions and 3 deletions
|
|
@ -55,11 +55,11 @@ void MessagesCountNotifier::updateUnreadMessagesCount () {
|
|||
void MessagesCountNotifier::notifyUnreadMessagesCount () {
|
||||
qInfo() << QStringLiteral("Notify unread messages count: %1.").arg(mUnreadMessagesCount);
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
#if defined(Q_OS_LINUX)
|
||||
// TODO.
|
||||
#elif Q_OS_MACOS
|
||||
#elif defined(Q_OS_MACOS)
|
||||
// TODO.
|
||||
#elif Q_OS_WIN
|
||||
#elif defined(Q_OS_WIN)
|
||||
// TODO.
|
||||
#endif // ifdef Q_OS_LINUX
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue