aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/flatstyle/main.cpp
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 /examples/quickcontrols2/flatstyle/main.cpp
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 'examples/quickcontrols2/flatstyle/main.cpp')
-rw-r--r--examples/quickcontrols2/flatstyle/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quickcontrols2/flatstyle/main.cpp b/examples/quickcontrols2/flatstyle/main.cpp
index 93f856a9..ccc12492 100644
--- a/examples/quickcontrols2/flatstyle/main.cpp
+++ b/examples/quickcontrols2/flatstyle/main.cpp
@@ -53,7 +53,6 @@
int main(int argc, char *argv[])
{
- QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);
QQmlApplicationEngine engine;