diff transform/TransformFactory.cpp @ 472:5015e80cc919

* Add more info button to plugin dialog
author Chris Cannam
date Tue, 28 Oct 2008 12:39:53 +0000
parents 70b333085952
children 47b41ec34407
line wrap: on
line diff
--- a/transform/TransformFactory.cpp	Tue Oct 28 11:38:43 2008 +0000
+++ b/transform/TransformFactory.cpp	Tue Oct 28 12:39:53 2008 +0000
@@ -735,6 +735,14 @@
     } else return "";
 }
 
+QString
+TransformFactory::getTransformInfoUrl(TransformId identifier)
+{
+    if (m_transforms.find(identifier) != m_transforms.end()) {
+	return m_transforms[identifier].infoUrl;
+    } else return "";
+}
+
 Vamp::Plugin::InputDomain
 TransformFactory::getTransformInputDomain(TransformId identifier)
 {