comparison widgets/PropertyBox.cpp @ 676:d3cbfb11b70a imaf_enc

Compile fix
author Chris Cannam
date Mon, 04 Nov 2013 17:10:38 +0000
parents 3437e0fad7ae
children 5e5ab4e8d64b
comparison
equal deleted inserted replaced
675:3437e0fad7ae 676:d3cbfb11b70a
231 231
232 //code added by Jesus 232 //code added by Jesus
233 233
234 QString property_container_name; // the name could be : Waveform, Time Instants, etc 234 QString property_container_name; // the name could be : Waveform, Time Instants, etc
235 property_container_name = layer->getPropertyContainerName();// obtain the name 235 property_container_name = layer->getPropertyContainerName();// obtain the name
236 boolean isWaveform; 236 bool isWaveform;
237 237
238 isWaveform = property_container_name.contains("Waveform", Qt::CaseInsensitive);//if QString contains "Waveform" 238 isWaveform = property_container_name.contains("Waveform", Qt::CaseInsensitive);//if QString contains "Waveform"
239 239
240 if (isWaveform == true){ 240 if (isWaveform == true){
241 tracks++; 241 tracks++;