aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-09-01 15:56:08 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-09-02 17:17:33 +0200
commitd0eb261836f8f59898893def84e0250d7502d53a (patch)
tree4f217c8737b24fe812ce5d6f8bb2a01b384024b1 /tests/manual/pointer
parent0056a8d9e10e83157c3974ec1475ac1f96fb9cde (diff)
Remove use of deprecated High-DPI application attributes
Change-Id: Ibfb50fdcbb51ba93d6e5d11f9e8ce0e7b3bfde79 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'tests/manual/pointer')
-rw-r--r--tests/manual/pointer/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/pointer/main.cpp b/tests/manual/pointer/main.cpp
index 43ad182a76..87a38382c1 100644
--- a/tests/manual/pointer/main.cpp
+++ b/tests/manual/pointer/main.cpp
@@ -33,7 +33,6 @@
int main(int argc, char *argv[])
{
- QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
qmlRegisterType<InputInspector>("org.qtproject.Test", 1, 0, "InputInspector");