From 0bb9ba9da8ac6c0e29d9ab181811ef981e099056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 21 Apr 2020 15:09:16 -0300 Subject: [PATCH] QGCApplication: Use forward declaration in QQmlApplicationEngine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/QGCApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QGCApplication.h b/src/QGCApplication.h index 155571df2..3448dd4ab 100644 --- a/src/QGCApplication.h +++ b/src/QGCApplication.h @@ -11,7 +11,6 @@ #include #include -#include #include #include "LinkConfiguration.h" @@ -31,6 +30,7 @@ #endif // Work around circular header includes +class QQmlApplicationEngine; class QGCSingleton; class QGCToolbox; class QGCFileDownload; -- 2.22.0