summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2010-12-08 06:58:14 (GMT)
committerGunnar Sletta <gunnar.sletta@nokia.com>2010-12-08 07:00:07 (GMT)
commitbf3c5942840dc9dadcfa89b26ca46f61d8d79f93 (patch)
tree6601581f052c60a188fc3d9cfd74394440ac7e63 /src/gui/kernel/qapplication.cpp
parenta27ba245a704f0e18c6dceb4f1af4ee941599e3b (diff)
downloadQt-bf3c5942840dc9dadcfa89b26ca46f61d8d79f93.zip
Qt-bf3c5942840dc9dadcfa89b26ca46f61d8d79f93.tar.gz
Qt-bf3c5942840dc9dadcfa89b26ca46f61d8d79f93.tar.bz2
Fix QApplication::setGraphicsSystem() since lighthouse integration
The application set parameter was overridden by this piece of ligthhouse legacy. Reviewed-by: Jørgen Lind
Diffstat (limited to 'src/gui/kernel/qapplication.cpp')
-rw-r--r--src/gui/kernel/qapplication.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp
index 833e803..b5409df 100644
--- a/src/gui/kernel/qapplication.cpp
+++ b/src/gui/kernel/qapplication.cpp
@@ -807,7 +807,6 @@ void QApplicationPrivate::construct(
)
{
initResources();
- graphics_system_name = QLatin1String(qgetenv("QT_DEFAULT_GRAPHICS_SYSTEM"));
qt_is_gui_used = (qt_appType != QApplication::Tty);
process_cmdline();