Skip to content
Snippets Groups Projects
Commit 8c62df1b authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Include notifications header instead of responses header

parent 567b2d05
No related branches found
No related tags found
No related merge requests found
Pipeline #626 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment