Move Neochat specific libQuotient events to their own folder

This commit is contained in:
James Graham
2023-05-05 19:59:45 +01:00
committed by Tobias Fella
parent e0983fcc8c
commit 4b993775c6
16 changed files with 15 additions and 16 deletions

View File

@@ -14,9 +14,9 @@
#include <user.h>
#ifdef QUOTIENT_07
#include "pollevent.h"
#include "events/pollevent.h"
#endif
#include "stickerevent.h"
#include "events/stickerevent.h"
#include <QDebug>
#include <QGuiApplication>