diff system/Init.cpp @ 263:71dfc6ab3b54

* Threaded mp3/ogg file reading. Not activated yet, as it doesn't work in context (SV needs to know the duration of its main model at the outset)
author Chris Cannam
date Thu, 24 May 2007 16:20:22 +0000
parents dc46851837d6
children 700cd3350391
line wrap: on
line diff
--- a/system/Init.cpp	Thu May 10 12:48:26 2007 +0000
+++ b/system/Init.cpp	Thu May 24 16:20:22 2007 +0000
@@ -84,9 +84,9 @@
     qApp->setFont(fn);
 #else
 #ifdef Q_WS_X11
-    QFont fn = qApp->font();
-    fn.setPointSize(fn.pointSize() + 2);
-    qApp->setFont(fn);
+//    QFont fn = qApp->font();
+//    fn.setPointSize(fn.pointSize() + 2);
+//    qApp->setFont(fn);
 #endif
 #endif
 }