Skip to content

Commit a848be9

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

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
@@ -25,6 +25,7 @@
2525
#include "qgsdoublespinboxplugin.h"
2626
#include "qgsexpressionbuilderwidgetplugin.h"
2727
#include "qgsextentgroupboxplugin.h"
28+
#include "qgsexternalresourcewidgetplugin.h"
2829
#include "qgsfieldcomboboxplugin.h"
2930
#include "qgsfieldexpressionwidgetplugin.h"
3031
#include "qgsfilterlineeditplugin.h"
@@ -49,6 +50,7 @@ QgisCustomWidgets::QgisCustomWidgets( QObject *parent )
4950
mWidgets.append( new QgsDoubleSpinBoxPlugin( this ) );
5051
mWidgets.append( new QgsExpressionBuilderWidgetPlugin( this ) );
5152
mWidgets.append( new QgsExtentGroupBoxPlugin( this ) );
53+
mWidgets.append( new QgsExternalResourceWidgetPlugin( this ) );
5254
mWidgets.append( new QgsFieldComboBoxPlugin( this ) );
5355
mWidgets.append( new QgsFieldExpressionWidgetPlugin( this ) );
5456
mWidgets.append( new QgsFilterLineEditPlugin( this ) );

0 commit comments

Comments
 (0)
Please sign in to comment.