File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828#include " qgsexternalresourcewidgetplugin.h"
2929#include " qgsfieldcomboboxplugin.h"
3030#include " qgsfieldexpressionwidgetplugin.h"
31+ #include " qgsfilewidgetplugin.h"
3132#include " qgsfilterlineeditplugin.h"
3233#include " qgsmaplayercomboboxplugin.h"
3334#include " qgsprojectionselectionwidgetplugin.h"
@@ -53,6 +54,7 @@ QgisCustomWidgets::QgisCustomWidgets( QObject *parent )
5354 mWidgets .append ( new QgsExternalResourceWidgetPlugin ( this ) );
5455 mWidgets .append ( new QgsFieldComboBoxPlugin ( this ) );
5556 mWidgets .append ( new QgsFieldExpressionWidgetPlugin ( this ) );
57+ mWidgets .append ( new QgsFileWidgetPlugin ( this ) );
5658 mWidgets .append ( new QgsFilterLineEditPlugin ( this ) );
5759 mWidgets .append ( new QgsMapLayerComboBoxPlugin ( this ) );
5860 mWidgets .append ( new QgsProjectionSelectionWidgetPlugin ( this ) );
@@ -71,5 +73,3 @@ QList<QDesignerCustomWidgetInterface*> QgisCustomWidgets::customWidgets() const
7173#if QT_VERSION < 0x050000
7274Q_EXPORT_PLUGIN2 ( customwidgetsplugin, QgisCustomWidgets )
7375#endif
74-
75-
You can’t perform that action at this time.
0 commit comments