Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚨 Remove deprecated Qt::AA_EnableHighDpiScaling from example
Browse files Browse the repository at this point in the history
OlivierLDff committed Aug 20, 2024
1 parent aeb4c01 commit 0594b7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/ExampleQml.cpp
Original file line number Diff line number Diff line change
@@ -5,8 +5,6 @@

int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);

QGuiApplication app(argc, argv);

QQmlApplicationEngine engine;

0 comments on commit 0594b7e

Please sign in to comment.