From da7f84900e7efb6ce1e6914861beb1636b99347c Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 31 Mar 2016 19:38:58 -0400 Subject: [PATCH] qquickviewcomparison: fix QCoreApplication has not been declared error Upstream-Status: Pending Signed-off-by: Denys Dmytriyenko --- examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h b/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h index 5b86c93..e77514e 100644 --- a/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h +++ b/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h @@ -44,6 +44,7 @@ #include #include #include +#include QT_FORWARD_DECLARE_CLASS(QRadioButton) QT_FORWARD_DECLARE_CLASS(QCheckBox)