Skip to content

Commit f9f5aaf

Browse files
committedSep 28, 2017
[custom widget] fix missing external resource widget
1 parent ebec25f commit f9f5aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/customwidgets/qgiscustomwidgets.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "qgsdoublespinboxplugin.h"
2525
#include "qgsexpressionbuilderwidgetplugin.h"
2626
#include "qgsextentgroupboxplugin.h"
27+
#include "qgsexternalresourcewidgetplugin.h"
2728
#include "qgsfieldcomboboxplugin.h"
2829
#include "qgsfieldexpressionwidgetplugin.h"
2930
#include "qgsfilewidgetplugin.h"
@@ -54,6 +55,7 @@ QgisCustomWidgets::QgisCustomWidgets( QObject *parent )
5455
mWidgets.append( new QgsDoubleSpinBoxPlugin( this ) );
5556
mWidgets.append( new QgsExpressionBuilderWidgetPlugin( this ) );
5657
mWidgets.append( new QgsExtentGroupBoxPlugin( this ) );
58+
mWidgets.append( new QgsExternalResourceWidgetPlugin( this ) );
5759
mWidgets.append( new QgsFieldComboBoxPlugin( this ) );
5860
mWidgets.append( new QgsFieldExpressionWidgetPlugin( this ) );
5961
mWidgets.append( new QgsFileWidgetPlugin( this ) );

0 commit comments

Comments
 (0)
Please sign in to comment.