changeset 342:3bb7eef5d45c sv-v1.7.2

* Quick workarounds for some very weird behaviour on first test on Ubuntu 10.04
author Chris Cannam
date Wed, 05 May 2010 14:45:32 +0000
parents a22d19f50673
children 12888de0dd89
files main/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/main.cpp	Thu Jan 28 16:46:04 2010 +0000
+++ b/main/main.cpp	Wed May 05 14:45:32 2010 +0000
@@ -211,7 +211,7 @@
 {
 #ifdef Q_WS_X11
 #if QT_VERSION >= 0x040500
-    QApplication::setGraphicsSystem("raster");
+//    QApplication::setGraphicsSystem("raster");
 #endif
 #endif