Mercurial > hg > svcore
changeset 125:3d67c2fd2217
* 1492866: Plugin parameter window info display
author | Chris Cannam |
---|---|
date | Mon, 19 Jun 2006 16:02:41 +0000 |
parents | 4ab844784152 |
children | 68ff162fdbc3 |
files | transform/TransformFactory.cpp |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/transform/TransformFactory.cpp Mon Jun 19 14:19:55 2006 +0000 +++ b/transform/TransformFactory.cpp Mon Jun 19 16:02:41 2006 +0000 @@ -397,7 +397,8 @@ PluginParameterDialog *dialog = new PluginParameterDialog(plugin, sourceChannels, targetChannels, - defaultChannel); + defaultChannel, + output); if (dialog->exec() == QDialog::Accepted) { ok = true; }