QGIS/python/gui/attributetable/qgsfeaturemodel.sip
Nyall Dawson 39f4ed526d Fix build
2015-05-30 08:57:55 +10:00

10 lines
179 B
Plaintext

class QgsFeatureModel
{
%TypeHeaderCode
#include <qgsfeaturemodel.h>
%End
public:
virtual ~QgsFeatureModel();
virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
};