Mercurial > hg > svcore
diff data/model/ImageModel.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/ImageModel.h Thu Oct 18 16:20:26 2007 +0000 +++ b/data/model/ImageModel.h Mon Oct 22 09:45:35 2007 +0000 @@ -56,7 +56,7 @@ QStringList list; list << RealTime::frame2RealTime(frame, sampleRate).toString().c_str(); list << image; - list << label; + if (label != "") list << label; return list.join(delimiter); }