Mercurial > hg > sonic-annotator
comparison runner/main.cpp @ 276:329c29264aaf piper-nopiper
Hm, can't do that yet -- it's only supported in Qt 5.7 which is really too new for us
author | Chris Cannam |
---|---|
date | Fri, 25 Nov 2016 14:35:35 +0000 |
parents | bfad84d0bb1d |
children | c1862b8712ca |
comparison
equal
deleted
inserted
replaced
275:0d9816498764 | 276:329c29264aaf |
---|---|
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 | |
942 FeatureExtractionManager manager(!quiet); | 937 FeatureExtractionManager manager(!quiet); |
943 | 938 |
944 manager.setNormalise(normalise); | 939 manager.setNormalise(normalise); |
945 | 940 |
946 if (!requestedSummaryTypes.empty()) { | 941 if (!requestedSummaryTypes.empty()) { |