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