summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-11-29 16:29:13 +0100
committerEike Ziller <eike.ziller@digia.com>2013-11-29 16:35:30 +0100
commitfd773ce5a86c551b7ae185a1387cc265363bed99 (patch)
treee7b49a5da8a143ca813a780bc953777354d5ac49 /src/app
parent4c2daa90ce558c3b4287edc97127471486a411d9 (diff)
downloadqt-creator-fd773ce5a86c551b7ae185a1387cc265363bed99.tar.gz
Revert "Add workaround for QTBUG-35143"
It was just a shortterm hack for RC1 This reverts commit e4d800ad4a2b7f29c302f43c0efaa7e592633cc7. Change-Id: If4471a8e040c7f9517551914b092b7ad0cd6d1d7 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 69fda6f0ff..da6f0716c7 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -298,7 +298,6 @@ int main(int argc, char **argv)
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
// QML is unusable with the xlib backend
QApplication::setGraphicsSystem(QLatin1String("raster"));
- qputenv("QSG_RENDER_LOOP", "basic"); // workaround for QTBUG-35143
#endif
SharedTools::QtSingleApplication app((QLatin1String(appNameC)), argc, argv);