Skip to content

Commit

Permalink
no more hand modified sip files
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Apr 1, 2021
1 parent 628f9da commit d16702d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/layout/qgslayout.sip.in
Expand Up @@ -617,7 +617,7 @@ should be canceled.

struct Settings
{
static const QgsSettingsEntryStringList searchPathForTemplates; // = QgsSettingsEntryStringList( QStringLiteral( "Layout/searchPathsForTemplates" ), QgsSettings::Core, QStringList(), QObject::tr( "Search path for templates" ) );
const QgsSettingsEntryStringList searchPathForTemplates;
};

public slots:
Expand Down
6 changes: 3 additions & 3 deletions python/core/auto_generated/locator/qgslocator.sip.in
Expand Up @@ -143,9 +143,9 @@ This list is updated when preparing the search

struct Settings
{
static const QgsSettingsEntryBool locatorFilterEnabled;// = QgsSettingsEntryBool( QStringLiteral( "locator_filters/enabled_%" ), QgsSettings::Gui, true, "Enabled" );
static const QgsSettingsEntryBool locatorFilterDefault;// = QgsSettingsEntryBool( QStringLiteral( "locator_filters/default_%" ), QgsSettings::Gui, false, "Default value" );
static const QgsSettingsEntryString locatorFilterPrefix;// = QgsSettingsEntryString( QStringLiteral( "locator_filters/prefix_%" ), QgsSettings::Gui, QString(), "Locator filter prefix" );
const QgsSettingsEntryBool locatorFilterEnabled;
const QgsSettingsEntryBool locatorFilterDefault;
const QgsSettingsEntryString locatorFilterPrefix;
};

signals:
Expand Down

0 comments on commit d16702d

Please sign in to comment.