mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(CoreManager): MessagesCountNotifier included correctly under Mac OS
This commit is contained in:
parent
66a0748fef
commit
97c57547e6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#if defined(Q_OS_LINUX)
|
||||
#include "messages-count-notifier/MessagesCountNotifierLinux.hpp"
|
||||
#elif defined(Q_OS_MACOS)
|
||||
#include "messages-count-notifier/MessagesCountNotifierMacOS.hpp"
|
||||
#include "messages-count-notifier/MessagesCountNotifierMacOs.hpp"
|
||||
#elif defined(Q_OS_WIN)
|
||||
#include "messages-count-notifier/MessagesCountNotifierWindows.hpp"
|
||||
#endif // if defined(Q_OS_LINUX)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue