Mercurial > hg > svcore
diff transform/TransformDescription.h @ 462:957e6a5c8495
* Add More Info URL to plugin finder
author | Chris Cannam |
---|---|
date | Thu, 23 Oct 2008 16:30:48 +0000 |
parents | 381ec750eeee |
children | c45e6c6722e0 |
line wrap: on
line diff
--- a/transform/TransformDescription.h Fri Oct 17 15:26:29 2008 +0000 +++ b/transform/TransformDescription.h Thu Oct 23 16:30:48 2008 +0000 @@ -65,6 +65,7 @@ QString description; // sentence describing transform QString longDescription; // description "using" plugin name "by" maker QString maker; + QString infoUrl; QString units; bool configurable;