summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-12-06 07:50:20 +0100
committerMarc Mutz <marc.mutz@qt.io>2022-12-09 07:21:22 +0100
commit885aba7ffdfaf410f16364f315411cf8d77da38a (patch)
treefe7cefc7e4db631d293374dcf90f5d97aa2464dc /tests/manual/highdpi
parentabaa3e61120529b656922c2272b99a674d9e1a38 (diff)
Use qtversion.h instead of qlibraryinfo.h
... where 50b05e3e2ad969abf4b939d5db2253380e47d775 originally added them. While qtversion.h is included in qglobal.h, using qtversion.h directly is a tiny step towards removing qglobal.h includes from our code-base, so don't let this opportunity go to waste. Change-Id: I28eaca1f4e250fc9e12e2ce6a6f94670a1d08dbe Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'tests/manual/highdpi')
-rw-r--r--tests/manual/highdpi/dprgadget/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/highdpi/dprgadget/main.cpp b/tests/manual/highdpi/dprgadget/main.cpp
index c8d7add901..b0a4191890 100644
--- a/tests/manual/highdpi/dprgadget/main.cpp
+++ b/tests/manual/highdpi/dprgadget/main.cpp
@@ -1,7 +1,7 @@
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
-#include <QtCore/qlibraryinfo.h>
+#include <QtCore/qtversion.h>
#include <QtGui/qpa/qplatformscreen.h>
#include <QtGui/qpa/qplatformwindow.h>
#include <QtGui/private/qhighdpiscaling_p.h>