Skip to content

Commit

Permalink
Virtual destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 13, 2018
1 parent 784d8dc commit b1b90ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -20,6 +20,7 @@ Base class for plugins allowing to pick automatically a widget type for editing
#include "qgseditorwidgetautoconf.h"
%End
public:
virtual ~QgsEditorWidgetAutoConfPlugin();

virtual QgsEditorWidgetSetup editorWidgetSetup( const QgsVectorLayer *vl, const QString &fieldName, int &score /Out/ ) const = 0;
%Docstring
Expand Down
1 change: 1 addition & 0 deletions src/gui/editorwidgets/core/qgseditorwidgetautoconf.h
Expand Up @@ -32,6 +32,7 @@ class QgsEditorWidgetSetup;
class GUI_EXPORT QgsEditorWidgetAutoConfPlugin
{
public:
virtual ~QgsEditorWidgetAutoConfPlugin() = default;

/**
* Typical scores are:
Expand Down

0 comments on commit b1b90ef

Please sign in to comment.