From bf3c5942840dc9dadcfa89b26ca46f61d8d79f93 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Wed, 8 Dec 2010 07:58:14 +0100 Subject: Fix QApplication::setGraphicsSystem() since lighthouse integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The application set parameter was overridden by this piece of ligthhouse legacy. Reviewed-by: Jørgen Lind --- src/gui/kernel/qapplication.cpp | 1 - 1 file changed, 1 deletion(-) 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(); -- cgit v0.12