Mercurial > hg > svcore
comparison plugin/DSSIPluginInstance.cpp @ 473:47b41ec34407
* Avoid waiting on uninstalled transforms mutex in TransformFactory::
getTransformInstallStatus -- we can return TransformUnknown
* Don't follow link in SelectableLabel when clicking to select it
* Restore lost version number in plugin param dialog
author | Chris Cannam |
---|---|
date | Tue, 28 Oct 2008 18:06:06 +0000 |
parents | 65311fb86166 |
children | d7f3dfe6f9a4 |
comparison
equal
deleted
inserted
replaced
472:5015e80cc919 | 473:47b41ec34407 |
---|---|
124 } | 124 } |
125 | 125 |
126 int | 126 int |
127 DSSIPluginInstance::getPluginVersion() const | 127 DSSIPluginInstance::getPluginVersion() const |
128 { | 128 { |
129 return 1; | 129 return -1; |
130 } | 130 } |
131 | 131 |
132 std::string | 132 std::string |
133 DSSIPluginInstance::getCopyright() const | 133 DSSIPluginInstance::getCopyright() const |
134 { | 134 { |