Move KUnifiedPush include to source file

This commit is contained in:
Tobias Fella
2024-05-04 11:22:00 +02:00
parent be2e28cc53
commit 9bb89c728f
2 changed files with 4 additions and 4 deletions

View File

@@ -46,6 +46,10 @@
#endif
#endif
#ifdef HAVE_KUNIFIEDPUSH
#include <kunifiedpush/connector.h>
#endif
bool testMode = false;
using namespace Quotient;

View File

@@ -9,10 +9,6 @@
#include "neochatconnection.h"
#include <Quotient/accountregistry.h>
#ifdef HAVE_KUNIFIEDPUSH
#include <kunifiedpush/connector.h>
#endif
class TrayIcon;
class QQuickTextDocument;