mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
fix windows nightlies
This commit is contained in:
parent
bbcaeb937a
commit
2ecbcfc3fe
@ -61,7 +61,7 @@ class GUI_EXPORT QgsAttributesFormData
|
||||
/**
|
||||
* Holds the configuration for a field
|
||||
*/
|
||||
struct FieldConfig
|
||||
struct GUI_EXPORT FieldConfig
|
||||
{
|
||||
FieldConfig() = default;
|
||||
FieldConfig( QgsVectorLayer *layer, int idx );
|
||||
@ -83,7 +83,7 @@ class GUI_EXPORT QgsAttributesFormData
|
||||
operator QVariant();
|
||||
};
|
||||
|
||||
struct RelationEditorConfiguration
|
||||
struct GUI_EXPORT RelationEditorConfiguration
|
||||
{
|
||||
operator QVariant();
|
||||
|
||||
@ -121,7 +121,7 @@ class GUI_EXPORT QgsAttributesFormData
|
||||
* \note Prior to QGIS 3.44 this was available as QgsAttributesFormProperties::DnDTreeItemData
|
||||
* \since QGIS 3.44
|
||||
*/
|
||||
class AttributeFormItemData
|
||||
class GUI_EXPORT AttributeFormItemData
|
||||
{
|
||||
public:
|
||||
AttributeFormItemData() = default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user