comparison 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
comparison
equal deleted inserted replaced
262:524bcd89743b 263:71dfc6ab3b54
82 QFont fn = qApp->font(); 82 QFont fn = qApp->font();
83 fn.setFamily("Tahoma"); 83 fn.setFamily("Tahoma");
84 qApp->setFont(fn); 84 qApp->setFont(fn);
85 #else 85 #else
86 #ifdef Q_WS_X11 86 #ifdef Q_WS_X11
87 QFont fn = qApp->font(); 87 // QFont fn = qApp->font();
88 fn.setPointSize(fn.pointSize() + 2); 88 // fn.setPointSize(fn.pointSize() + 2);
89 qApp->setFont(fn); 89 // qApp->setFont(fn);
90 #endif 90 #endif
91 #endif 91 #endif
92 } 92 }
93 93
94 94