We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42da218 commit 39f4ed5Copy full SHA for 39f4ed5
python/gui/attributetable/qgsfeaturemodel.sip
@@ -4,6 +4,6 @@ class QgsFeatureModel
4
#include <qgsfeaturemodel.h>
5
%End
6
public:
7
- virtual ~QgsFeatureModel() {}
+ virtual ~QgsFeatureModel();
8
virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
9
};
0 commit comments