X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetFileSelector.h;h=4e78830aa2b8b7fe8fed6dad7b857472f34b42bb;hb=5746238455553297ce5333502e6f27e6e5d9348b;hp=2d48e430b57a4510900234ec79090b636a2616e1;hpb=853952fd4ddc93c0cd6a7122d37b618199864396;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetFileSelector.h b/src/ModuleBase/ModuleBase_WidgetFileSelector.h index 2d48e430b..4e78830aa 100644 --- a/src/ModuleBase/ModuleBase_WidgetFileSelector.h +++ b/src/ModuleBase/ModuleBase_WidgetFileSelector.h @@ -50,13 +50,12 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFileSelector : public ModuleBase_ModelW void onPathChanged(); protected: - QStringList getSupportedFormats(const Config_WidgetAPI* theData) const; - QString formatsString(const QStringList theFormats) const; + QString formatsString() const; + QStringList getValidatorFormats() const; private: QLineEdit* myPathField; QWidget* myMainWidget; - QStringList myFormats; QString myTitle; QString myDefaultPath;