QGIS/python/core/fieldformatter/qgsfallbackfieldformatter.sip
2016-12-20 01:20:08 +01:00

10 lines
184 B
Plaintext

class QgsFallbackFieldFormatter : QgsFieldFormatter
{
%TypeHeaderCode
#include "qgsfallbackfieldformatter.h"
%End
public:
QgsFallbackFieldFormatter();
QString id() const;
};