diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/notifications/MacNotificationDelegate.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notifications/MacNotificationDelegate.mm b/src/notifications/MacNotificationDelegate.mm index 9047efe3..ddc5816c 100644 --- a/src/notifications/MacNotificationDelegate.mm +++ b/src/notifications/MacNotificationDelegate.mm @@ -5,7 +5,7 @@ #import "notifications/MacNotificationDelegate.h" -#include <QString.h> +#include <QString> #include "ChatPage.h" @@ -44,4 +44,4 @@ completionHandler(UNAuthorizationOptionAlert | UNAuthorizationOptionBadge | UNAuthorizationOptionSound); } -@end \ No newline at end of file +@end |