Mercurial > hg > sonic-annotator
comparison runner/main.cpp @ 274:bfad84d0bb1d piper-nopiper
Locale setting
author | Chris Cannam |
---|---|
date | Fri, 25 Nov 2016 14:26:32 +0000 |
parents | 0be716283c61 |
children | 329c29264aaf |
comparison
equal
deleted
inserted
replaced
273:5db279f1e0f8 | 274:bfad84d0bb1d |
---|---|
932 list << "http://www.vamp-plugins.org/rdf/plugins/index.txt"; | 932 list << "http://www.vamp-plugins.org/rdf/plugins/index.txt"; |
933 settings.setValue("rdf-indices", list); | 933 settings.setValue("rdf-indices", list); |
934 } | 934 } |
935 settings.endGroup(); | 935 settings.endGroup(); |
936 | 936 |
937 QLocale locale; | |
938 locale.setNumberOptions(QLocale::OmitGroupSeparator | | |
939 QLocale::OmitLeadingZeroInExponent); | |
940 QLocale::setDefault(locale); | |
941 | |
937 FeatureExtractionManager manager(!quiet); | 942 FeatureExtractionManager manager(!quiet); |
938 | 943 |
939 manager.setNormalise(normalise); | 944 manager.setNormalise(normalise); |
940 | 945 |
941 if (!requestedSummaryTypes.empty()) { | 946 if (!requestedSummaryTypes.empty()) { |