Include notifications header instead of responses header

This commit is contained in:
Loren Burkholder 2021-02-13 12:59:50 -05:00
parent 567b2d05ef
commit 8c62df1bab
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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