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 25
25
#include " qgsdoublespinboxplugin.h"
26
26
#include " qgsexpressionbuilderwidgetplugin.h"
27
27
#include " qgsextentgroupboxplugin.h"
28
+ #include " qgsexternalresourcewidgetplugin.h"
28
29
#include " qgsfieldcomboboxplugin.h"
29
30
#include " qgsfieldexpressionwidgetplugin.h"
30
31
#include " qgsfilterlineeditplugin.h"
@@ -49,6 +50,7 @@ QgisCustomWidgets::QgisCustomWidgets( QObject *parent )
49
50
mWidgets .append ( new QgsDoubleSpinBoxPlugin ( this ) );
50
51
mWidgets .append ( new QgsExpressionBuilderWidgetPlugin ( this ) );
51
52
mWidgets .append ( new QgsExtentGroupBoxPlugin ( this ) );
53
+ mWidgets .append ( new QgsExternalResourceWidgetPlugin ( this ) );
52
54
mWidgets .append ( new QgsFieldComboBoxPlugin ( this ) );
53
55
mWidgets .append ( new QgsFieldExpressionWidgetPlugin ( this ) );
54
56
mWidgets .append ( new QgsFilterLineEditPlugin ( this ) );
You can’t perform that action at this time.
0 commit comments