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 2626#include " qgsextentgroupboxplugin.h"
2727#include " qgsfieldcomboboxplugin.h"
2828#include " qgsfieldexpressionwidgetplugin.h"
29+ #include " qgsfilewidgetplugin.h"
2930#include " qgsfilterlineeditplugin.h"
3031#include " qgsmaplayercomboboxplugin.h"
3132#include " qgsprojectionselectionwidgetplugin.h"
@@ -49,6 +50,7 @@ QgisCustomWidgets::QgisCustomWidgets( QObject *parent )
4950 mWidgets .append ( new QgsExtentGroupBoxPlugin ( this ) );
5051 mWidgets .append ( new QgsFieldComboBoxPlugin ( this ) );
5152 mWidgets .append ( new QgsFieldExpressionWidgetPlugin ( this ) );
53+ mWidgets .append ( new QgsFileWidgetPlugin ( this ) );
5254 mWidgets .append ( new QgsFilterLineEditPlugin ( this ) );
5355 mWidgets .append ( new QgsMapLayerComboBoxPlugin ( this ) );
5456 mWidgets .append ( new QgsProjectionSelectionWidgetPlugin ( this ) );
You can’t perform that action at this time.
0 commit comments