comparison framework/TransformUserConfigurator.cpp @ 747:bac019c94e38

Use Provider structure
author Chris Cannam
date Mon, 20 Apr 2020 18:47:04 +0100
parents 846970dbef17
children
comparison
equal deleted inserted replaced
746:771ec060c1d2 747:bac019c94e38
156 156
157 PluginParameterDialog *dialog = new PluginParameterDialog 157 PluginParameterDialog *dialog = new PluginParameterDialog
158 (plugin, parentWidget); 158 (plugin, parentWidget);
159 159
160 dialog->setMoreInfoUrl(TransformFactory::getInstance()-> 160 dialog->setMoreInfoUrl(TransformFactory::getInstance()->
161 getTransformInfoUrl(transform.getIdentifier())); 161 getTransformProvider(transform.getIdentifier())
162 .infoUrl);
162 163
163 if (candidateModelNames.size() > 1 && !generator) { 164 if (candidateModelNames.size() > 1 && !generator) {
164 dialog->setCandidateInputModels(candidateModelNames, 165 dialog->setCandidateInputModels(candidateModelNames,
165 defaultModelName); 166 defaultModelName);
166 } 167 }