mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[custom widget] fix missing external resource widget
This commit is contained in:
parent
ebec25f737
commit
f9f5aafaf4
@ -24,6 +24,7 @@
|
||||
#include "qgsdoublespinboxplugin.h"
|
||||
#include "qgsexpressionbuilderwidgetplugin.h"
|
||||
#include "qgsextentgroupboxplugin.h"
|
||||
#include "qgsexternalresourcewidgetplugin.h"
|
||||
#include "qgsfieldcomboboxplugin.h"
|
||||
#include "qgsfieldexpressionwidgetplugin.h"
|
||||
#include "qgsfilewidgetplugin.h"
|
||||
@ -54,6 +55,7 @@ QgisCustomWidgets::QgisCustomWidgets( QObject *parent )
|
||||
mWidgets.append( new QgsDoubleSpinBoxPlugin( this ) );
|
||||
mWidgets.append( new QgsExpressionBuilderWidgetPlugin( this ) );
|
||||
mWidgets.append( new QgsExtentGroupBoxPlugin( this ) );
|
||||
mWidgets.append( new QgsExternalResourceWidgetPlugin( this ) );
|
||||
mWidgets.append( new QgsFieldComboBoxPlugin( this ) );
|
||||
mWidgets.append( new QgsFieldExpressionWidgetPlugin( this ) );
|
||||
mWidgets.append( new QgsFileWidgetPlugin( this ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user