diff main/main.cpp @ 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 b168df820681
children a0ea7bcac15b 210a409e135a 84fd4bb8d656
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