comparison framework/Align.cpp @ 655:8ad6327b01cc osc-script

Debug output
author Chris Cannam
date Tue, 26 Mar 2019 14:34:35 +0000
parents ed9cb577eb7c
children 06db8f3ceb95
comparison
equal deleted inserted replaced
654:4f53620962d9 655:8ad6327b01cc
201 return false; 201 return false;
202 } 202 }
203 203
204 m_error = ""; 204 m_error = "";
205 205
206 AlignmentModel *alignmentModel = new AlignmentModel(reference, other, nullptr, nullptr); 206 AlignmentModel *alignmentModel =
207 new AlignmentModel(reference, other, nullptr, nullptr);
207 rm->setAlignment(alignmentModel); 208 rm->setAlignment(alignmentModel);
208 209
209 QProcess *process = new QProcess; 210 QProcess *process = new QProcess;
210 QStringList args; 211 QStringList args;
211 args << refPath << otherPath; 212 args << refPath << otherPath;