File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 24
24
#include " qgsdoublespinboxplugin.h"
25
25
#include " qgsexpressionbuilderwidgetplugin.h"
26
26
#include " qgsextentgroupboxplugin.h"
27
+ #include " qgsexternalresourcewidgetplugin.h"
27
28
#include " qgsfieldcomboboxplugin.h"
28
29
#include " qgsfieldexpressionwidgetplugin.h"
29
30
#include " qgsfilewidgetplugin.h"
@@ -54,6 +55,7 @@ QgisCustomWidgets::QgisCustomWidgets( QObject *parent )
54
55
mWidgets .append ( new QgsDoubleSpinBoxPlugin ( this ) );
55
56
mWidgets .append ( new QgsExpressionBuilderWidgetPlugin ( this ) );
56
57
mWidgets .append ( new QgsExtentGroupBoxPlugin ( this ) );
58
+ mWidgets .append ( new QgsExternalResourceWidgetPlugin ( this ) );
57
59
mWidgets .append ( new QgsFieldComboBoxPlugin ( this ) );
58
60
mWidgets .append ( new QgsFieldExpressionWidgetPlugin ( this ) );
59
61
mWidgets .append ( new QgsFileWidgetPlugin ( this ) );
You can’t perform that action at this time.
0 commit comments