Mercurial > hg > svgui
changeset 352:25e72328a897
* Add wave file model method for reading more than one channel at once,
avoiding ludicrously expensive backward seeks and double-reads when
playing multi-channel files or using them as inputs to feature extraction
plugins
author | Chris Cannam |
---|---|
date | Thu, 24 Jan 2008 14:35:43 +0000 |
parents | b548a36f7633 |
children | de4db9b5dcf1 |
files | widgets/PropertyStack.cpp |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/widgets/PropertyStack.cpp Thu Jan 24 14:34:27 2008 +0000 +++ b/widgets/PropertyStack.cpp Thu Jan 24 14:35:43 2008 +0000 @@ -114,13 +114,14 @@ shortName = QString("&%1 %2").arg(i + 1).arg(shortName); -#ifdef Q_WS_MAC +//!!! We'll comment this out until it's been tested with Qt 4.3.3 +#ifdef Q_WS_MAC___NOT_DEFINED // Qt 4.2 on OS/X doesn't show the icons in the tab bar, and // I'm not sure why -- use labels instead addTab(box, shortName); - + #else // Icons on other platforms