Skip to content

Commit

Permalink
🚨 Remove deprecated Qt::AA_EnableHighDpiScaling from example (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff authored Aug 20, 2024
1 parent cccf1fa commit aa23b09
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
Expand Up @@ -5,8 +5,6 @@

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

QGuiApplication app(argc, argv);

QQmlApplicationEngine engine;
Expand Down

0 comments on commit aa23b09

Please sign in to comment.