aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@theqtcompany.com>2016-05-20 16:17:59 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-06-16 09:51:49 +0000
commit547d0bdf09c46f361966809f8d7db3a581969799 (patch)
tree65df21523fdeeb531390acb227de1e9aa1190897 /tests/manual/highdpi
parent5f92f784834f8648857fa6056ac0a93c96c60543 (diff)
highdpi manual test: include <QDebug> not qDebug.h
Change-Id: I24b3ccd23fdb42d44978debeeec96bac179edba6 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'tests/manual/highdpi')
-rw-r--r--tests/manual/highdpi/imageprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/highdpi/imageprovider.cpp b/tests/manual/highdpi/imageprovider.cpp
index 33a69cb87e..069fa5998f 100644
--- a/tests/manual/highdpi/imageprovider.cpp
+++ b/tests/manual/highdpi/imageprovider.cpp
@@ -45,7 +45,7 @@
#include <qquickimageprovider.h>
#include <QImage>
#include <QPainter>
-#include <qDebug.h>
+#include <QDebug>
class ColorImageProvider : public QQuickImageProvider
{