Mercurial > hg > svgui
changeset 676:d3cbfb11b70a imaf_enc
Compile fix
author | Chris Cannam |
---|---|
date | Mon, 04 Nov 2013 17:10:38 +0000 |
parents | 3437e0fad7ae |
children | 5e5ab4e8d64b |
files | widgets/PropertyBox.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Mon Nov 04 17:09:36 2013 +0000 +++ b/widgets/PropertyBox.cpp Mon Nov 04 17:10:38 2013 +0000 @@ -233,7 +233,7 @@ QString property_container_name; // the name could be : Waveform, Time Instants, etc property_container_name = layer->getPropertyContainerName();// obtain the name -boolean isWaveform; +bool isWaveform; isWaveform = property_container_name.contains("Waveform", Qt::CaseInsensitive);//if QString contains "Waveform"