# HG changeset patch # User Chris Cannam # Date 1201185343 0 # Node ID 25e72328a897a56cf117c280cd8ad81fe1a75ec0 # Parent b548a36f763320cf5a801911f944ed15d9a50bb5 * 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 diff -r b548a36f7633 -r 25e72328a897 widgets/PropertyStack.cpp --- 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