Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove useless method
  • Loading branch information
3nids committed Apr 30, 2023
1 parent a97b33d commit de02e88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Expand Up @@ -44,12 +44,6 @@ Returns a new instance of the editor widget for the given ``id``
Creates an editor widget for the given ``setting`` using the corresponding registered wrapper
%End

QMap<QString, QString> editorNames() const;
%Docstring
Returns a map <name, id> of all registered editors.
%End


};

/************************************************************************
Expand Down
4 changes: 0 additions & 4 deletions src/gui/settings/qgssettingseditorwidgetregistry.h
Expand Up @@ -51,10 +51,6 @@ class GUI_EXPORT QgsSettingsEditorWidgetRegistry
//! Creates an editor widget for the given \a setting using the corresponding registered wrapper
QWidget *createEditor( const QgsSettingsEntryBase *setting, const QStringList &dynamicKeyPartList, QWidget *parent = nullptr ) const SIP_FACTORY;

//! Returns a map <name, id> of all registered editors.
QMap<QString, QString> editorNames() const;


private:
QMap<QString, QgsSettingsEditorWidgetWrapper *> mWrappers;
};
Expand Down

0 comments on commit de02e88

Please sign in to comment.