mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Include notifications header instead of responses header
This commit is contained in:
parent
567b2d05ef
commit
8c62df1bab
4 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue