1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-26 00:08:20 -04:00
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;
};