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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user