aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/quickcontrols2/chattutorial/chapter4-models/main.cpp2
-rw-r--r--examples/quickcontrols2/chattutorial/chapter5-styling/main.cpp2
-rw-r--r--tests/auto/pressandhold/tst_pressandhold.cpp1
3 files changed, 3 insertions, 2 deletions
diff --git a/examples/quickcontrols2/chattutorial/chapter4-models/main.cpp b/examples/quickcontrols2/chattutorial/chapter4-models/main.cpp
index 2986e4b1..bbe7b3ad 100644
--- a/examples/quickcontrols2/chattutorial/chapter4-models/main.cpp
+++ b/examples/quickcontrols2/chattutorial/chapter4-models/main.cpp
@@ -48,8 +48,8 @@
**
****************************************************************************/
+#include <QtCore>
#include <QGuiApplication>
-#include <QStandardPaths>
#include <QSqlDatabase>
#include <QSqlError>
#include <QtQml>
diff --git a/examples/quickcontrols2/chattutorial/chapter5-styling/main.cpp b/examples/quickcontrols2/chattutorial/chapter5-styling/main.cpp
index 2986e4b1..bbe7b3ad 100644
--- a/examples/quickcontrols2/chattutorial/chapter5-styling/main.cpp
+++ b/examples/quickcontrols2/chattutorial/chapter5-styling/main.cpp
@@ -48,8 +48,8 @@
**
****************************************************************************/
+#include <QtCore>
#include <QGuiApplication>
-#include <QStandardPaths>
#include <QSqlDatabase>
#include <QSqlError>
#include <QtQml>
diff --git a/tests/auto/pressandhold/tst_pressandhold.cpp b/tests/auto/pressandhold/tst_pressandhold.cpp
index f58bea03..1eb5eebc 100644
--- a/tests/auto/pressandhold/tst_pressandhold.cpp
+++ b/tests/auto/pressandhold/tst_pressandhold.cpp
@@ -37,6 +37,7 @@
#include <QtTest>
#include <QtQuick>
#include <QtQuickControls2/qquickstyle.h>
+#include <QStyleHints>
class tst_PressAndHold : public QObject
{