We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8ddcf76 commit ff38f27Copy full SHA for ff38f27
src/gui/qgsattributeform.h
@@ -18,7 +18,6 @@
18
19
#include "qgsfeature.h"
20
#include "qgsvectorlayer.h"
21
-#include "qgseditorwidgetwrapper.h"
22
#include "qgsattributeeditorcontext.h"
23
24
#include <QWidget>
@@ -28,6 +27,7 @@ class QgsAttributeFormInterface;
28
27
class QgsAttributeFormEditorWidget;
29
class QgsMessageBar;
30
class QgsMessageBarItem;
+class QgsWidgetWrapper;
31
32
class GUI_EXPORT QgsAttributeForm : public QWidget
33
{
0 commit comments