Include notifications header instead of responses header

pull/471/head
Loren Burkholder 4 years ago
parent 567b2d05ef
commit 8c62df1bab
  1. 2
      src/notifications/Manager.h
  2. 2
      src/notifications/ManagerLinux.cpp
  3. 2
      src/notifications/ManagerMac.mm
  4. 2
      src/notifications/ManagerWin.cpp

@ -4,7 +4,7 @@
#include <QObject>
#include <QString>
#include <mtx/responses.hpp>
#include <mtx/responses/notifications.hpp>
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_HAIKU)
#include <QtDBus/QDBusArgument>

@ -12,7 +12,7 @@
#include "EventAccessors.h"
#include "MatrixClient.h"
#include "Utils.h"
#include <mtx/responses.hpp>
#include <mtx/responses/notifications.hpp>
NotificationsManager::NotificationsManager(QObject *parent)
: QObject(parent)

@ -7,7 +7,7 @@
#include "EventAccessors.h"
#include "MatrixClient.h"
#include "Utils.h"
#include <mtx/responses.hpp>
#include <mtx/responses/notifications.hpp>
@interface NSUserNotification (CFIPrivate)
- (void)set_identityImage:(NSImage *)image;

@ -5,7 +5,7 @@
#include "EventAccessors.h"
#include "MatrixClient.h"
#include "Utils.h"
#include <mtx/responses.hpp>
#include <mtx/responses/notifications.hpp>
using namespace WinToastLib;

Loading…
Cancel
Save