X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetFileSelector.h;h=4e78830aa2b8b7fe8fed6dad7b857472f34b42bb;hb=28c90c232ffe159b88edd156286a398bfa3bb73b;hp=2d48e430b57a4510900234ec79090b636a2616e1;hpb=542c9d721fbef80eb2040ef248fdd431cad2e631;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;