diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-11-25 18:18:36 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-11-25 18:18:36 +0200 |
commit | 65afe4cb69e80278de0f584b6eeb6741f02a31eb (patch) | |
tree | 9014694ac92b506454131fa87d92b1354b9a35c3 /src | |
parent | 5c0aebfcd42a3effe2496ecef623302da64cd9a3 (diff) |
build: Drop unneeded ApplicationServices framework dependency
Diffstat (limited to 'src')
-rw-r--r-- | src/qt/notificator.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/notificator.cpp b/src/qt/notificator.cpp index 4b91c19761..d518a2065c 100644 --- a/src/qt/notificator.cpp +++ b/src/qt/notificator.cpp @@ -17,12 +17,7 @@ #include <stdint.h> #include <QtDBus> #endif -// Include ApplicationServices.h after QtDbus to avoid redefinition of check(). -// This affects at least OSX 10.6. See /usr/include/AssertMacros.h for details. -// Note: This could also be worked around using: -// #define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0 #ifdef Q_OS_MAC -#include <ApplicationServices/ApplicationServices.h> #include <qt/macnotificationhandler.h> #endif |