mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-22 00:06:57 -04:00
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
class QgsFallbackFieldFormatter : QgsFieldFormatter
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include "qgsfallbackfieldformatter.h"
|
||
|
%End
|
||
|
public:
|
||
|
QgsFallbackFieldFormatter();
|
||
|
QString id() const;
|
||
|
};
|