aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/buttons
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-16 00:46:15 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-16 10:32:15 +0200
commit153c0ee3c415f4f8bfb854b68565d10f7fc6e404 (patch)
treefc7a52e48c5287bf9c000cc8aad17da4ce8e9240 /tests/manual/buttons
parentccade67a03e40e2a6bab3d028c3ce594e0aa4071 (diff)
Fix more compiler warnings from deprecated application attributes
Also cleanup documentation, with the exception of the "High-DPI Support in Qt Quick Controls" page, which needs to be either removed or rewritten after some fact checking. Change-Id: I3cdf1f8554f8f26627a9a5f17c2ee0038c933468 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/manual/buttons')
-rw-r--r--tests/manual/buttons/buttons.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/buttons/buttons.cpp b/tests/manual/buttons/buttons.cpp
index 1e90930d..0272522a 100644
--- a/tests/manual/buttons/buttons.cpp
+++ b/tests/manual/buttons/buttons.cpp
@@ -52,7 +52,6 @@
int main(int argc, char *argv[])
{
- QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
QQmlApplicationEngine engine;