Do not use QApp::arguments() to select antialiasing mode.
authorGunnar Sletta <gunnar.sletta@digia.com>
Fri, 31 May 2013 07:29:48 +0000 (09:29 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 31 May 2013 07:47:26 +0000 (09:47 +0200)
commit9f9330c524092e63cf5b490d193fd9172938526f
tree2047b1beaaed7ef223de2d83a25fb41e40f40aeb
parent11cc23223c06aa86fcb5b9e5974d443a400d504f
Do not use QApp::arguments() to select antialiasing mode.

This selection typically interfers with an application's command line
arguments. Creator's qml2puppet needs to set this mode to avoid
getting subpixel antialiased text from DesignerSupport.

Change-Id: Iabf2bece211b897c58e2933d5502fdcf7c360c55
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
src/quick/scenegraph/qsgcontext.cpp