From 9bb89c728f39a92bba096070c8c892a6420c5f45 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 4 May 2024 11:22:00 +0200 Subject: [PATCH] Move KUnifiedPush include to source file --- src/controller.cpp | 4 ++++ src/controller.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controller.cpp b/src/controller.cpp index ea9cea91f..50c7908d5 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -46,6 +46,10 @@ #endif #endif +#ifdef HAVE_KUNIFIEDPUSH +#include +#endif + bool testMode = false; using namespace Quotient; diff --git a/src/controller.h b/src/controller.h index 7820717aa..d48bf52fe 100644 --- a/src/controller.h +++ b/src/controller.h @@ -9,10 +9,6 @@ #include "neochatconnection.h" #include -#ifdef HAVE_KUNIFIEDPUSH -#include -#endif - class TrayIcon; class QQuickTextDocument;