summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@openbossa.org>2012-06-18 16:40:15 -0300
committerAlexis Menard <alexis.menard@openbossa.org>2012-06-18 16:50:31 -0300
commit9437f0d18a5045ee18f242e6885af0b32974f989 (patch)
tree2040cb2419be4544d42b6cf4b77d3c8d02fda4e8
parent1b3add4c3844c07e421025c6924af355add36139 (diff)
We don't need to disable threaded rendering for QML, it works fine now.
Reviewed-by: Rafael Brandao
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b21762a..32a5eb5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,9 +29,6 @@
int main(int argc, char** argv)
{
- // FIXME: This need to be reverted when WebKit works with it.
- qputenv("QML_NO_THREADED_RENDERER", QByteArray("1"));
-
QApplication app(argc, argv);
app.setQuitOnLastWindowClosed(true);
app.setApplicationName(QLatin1String("Snowshoe"));