Plugin::Descriptor: renamed sub_plugin_features to subPluginFeatures

Renamed field sub_plugin_features to subPluginFeatures in
Plugin::Descriptor struct.
(cherry picked from commit e8c3c21f7f)
This commit is contained in:
Tobias Doerffel
2009-08-26 01:01:35 +02:00
parent fc72b1a6a4
commit c2f9fcd14f
3 changed files with 10 additions and 12 deletions

View File

@@ -1634,10 +1634,9 @@ p->putValue( jt->pos, value, false );
{
continue;
}
if( it->sub_plugin_features )
if( it->subPluginFeatures )
{
it->sub_plugin_features->listSubPluginKeys(
&( *it ), effKeys );
it->subPluginFeatures->listSubPluginKeys( &( *it ), effKeys );
}
else
{
@@ -1717,7 +1716,7 @@ p->putValue( jt->pos, value, false );
jt != effKeys.end(); ++jt )
{
if( QString( jt->desc->displayName ).contains( effName ) ||
( jt->desc->sub_plugin_features != NULL &&
( jt->desc->subPluginFeatures != NULL &&
jt->name.contains( effName ) ) )
{
qDebug( "instantiate %s\n", jt->desc->name );