Mercurial > hg > svcore
diff data/model/SparseTimeValueModel.h @ 318:7a4bd2c8585c
* Some export fixes, and avoid clipping on resampling on import
author | Chris Cannam |
---|---|
date | Mon, 22 Oct 2007 09:45:35 +0000 |
parents | 70a232b1f12a |
children | f14e2f7b24f7 6f6ab834449d |
line wrap: on
line diff
--- a/data/model/SparseTimeValueModel.h Thu Oct 18 16:20:26 2007 +0000 +++ b/data/model/SparseTimeValueModel.h Mon Oct 22 09:45:35 2007 +0000 @@ -51,7 +51,7 @@ QStringList list; list << RealTime::frame2RealTime(frame, sampleRate).toString().c_str(); list << QString("%1").arg(value); - list << label; + if (label != "") list << label; return list.join(delimiter); }