fix(CoreManager): MessagesCountNotifier included correctly under Mac OS

This commit is contained in:
Ronan Abhamon 2017-08-07 15:13:04 +02:00
parent 66a0748fef
commit 97c57547e6

View file

@ -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)