Skip to content

Commit

Permalink
load saga provider plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jun 21, 2021
1 parent 4248cf9 commit da036c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgspluginregistry.cpp
Expand Up @@ -567,6 +567,7 @@ void QgsPluginRegistry::restoreSessionPlugins( const QString &pluginDirString )
corePlugins << QStringLiteral( "db_manager" );
corePlugins << QStringLiteral( "processing" );
corePlugins << QStringLiteral( "MetaSearch" );
corePlugins << QStringLiteral( "sagaprovider" );

// make the required core plugins enabled by default:
const auto constCorePlugins = corePlugins;
Expand Down

0 comments on commit da036c9

Please sign in to comment.