diff --git a/examples/ExampleQml.cpp b/examples/ExampleQml.cpp index 92ef263..d6530df 100644 --- a/examples/ExampleQml.cpp +++ b/examples/ExampleQml.cpp @@ -5,8 +5,6 @@ int main(int argc, char *argv[]) { - QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); - QGuiApplication app(argc, argv); QQmlApplicationEngine engine;