summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2020-10-05 11:02:08 +0200
committerAlex Blasche <alexander.blasche@qt.io>2020-10-15 14:00:56 +0200
commitb71d2e292a66a18cf5b44ac506d4386a5b14cf30 (patch)
treed1cb1ffaf3e15173b7da3d1088ba9c205cbc650a /examples/bluetooth/btchat
parent4ce6e5ca5c8ab9fc25b49505af7bd5bf2dcb1e7a (diff)
Remove usage of AA_EnableHighDpiScaling
warning: ‘AA_EnableHighDpiScaling’ is deprecated: High-DPI scaling is always enabled. This attribute no longer has any effect. [-Wdeprecated-declarations] Change-Id: I335b72eeb71fa6eb5d9d980bec22e226a069e6d9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/bluetooth/btchat')
-rw-r--r--examples/bluetooth/btchat/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/bluetooth/btchat/main.cpp b/examples/bluetooth/btchat/main.cpp
index e728efd2..5c7bbf75 100644
--- a/examples/bluetooth/btchat/main.cpp
+++ b/examples/bluetooth/btchat/main.cpp
@@ -56,7 +56,6 @@
int main(int argc, char *argv[])
{
//QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
- QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);
Chat d;