From b3b17d054970e48479aa3afe0a9dfd836efb8536 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 10 Dec 2020 20:47:31 +0100 Subject: Properly include QStringList Forward declaring it breaks with Qt6 --- src/core/kauthorized.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/kauthorized.h') diff --git a/src/core/kauthorized.h b/src/core/kauthorized.h index 88d2e398..57a99e23 100644 --- a/src/core/kauthorized.h +++ b/src/core/kauthorized.h @@ -10,9 +10,10 @@ #include +#include + class QUrl; class QString; -class QStringList; /** * The functions in this namespace provide the core of the Kiosk action -- cgit v1.2.1