mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-06 00:05:16 -04:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
class QgsFallbackFieldKit : QgsFieldKit
|
|
{
|
|
%TypeHeaderCode
|
|
#include "qgsfallbackfieldkit.h"
|
|
%End
|
|
public:
|
|
QgsFallbackFieldKit();
|
|
QString id() const;
|
|
};
|