From dc71c2028b43bafff262d32b4bf53bcf7b9f1474 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Mon, 18 Sep 2023 22:16:07 +0200 Subject: [PATCH] only try to include qt6-keychain header and not the qt5 version Signed-off-by: Matthieu Gallien --- src/libsync/clientsideencryption.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/libsync/clientsideencryption.cpp b/src/libsync/clientsideencryption.cpp index da43acd9bdb37..17a14b5f04666 100644 --- a/src/libsync/clientsideencryption.cpp +++ b/src/libsync/clientsideencryption.cpp @@ -17,7 +17,7 @@ #include "common/constants.h" #include "wordlist.h" -#include +#include #include #include @@ -34,12 +34,6 @@ #include #include -#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) -#include -#else -#include -#endif - #include #include #include