aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/main.cpp
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 /examples/quick/scenegraph/customgeometry/main.cpp
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 'examples/quick/scenegraph/customgeometry/main.cpp')
-rw-r--r--examples/quick/scenegraph/customgeometry/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/customgeometry/main.cpp b/examples/quick/scenegraph/customgeometry/main.cpp
index 0b9b2eb3f9..15310d279f 100644
--- a/examples/quick/scenegraph/customgeometry/main.cpp
+++ b/examples/quick/scenegraph/customgeometry/main.cpp
@@ -56,7 +56,6 @@
//! [1]
int main(int argc, char **argv)
{
- QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
QQuickView view;