Skip to content
Snippets Groups Projects
Commit ceed24d7 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: Moved otb::Wrapper::QtWidgetOutputFilenameParameter::SetFileName() and...

ENH: Moved otb::Wrapper::QtWidgetOutputFilenameParameter::SetFileName() and ::QtWidgetOutputVectorDataParameter::SetFileName() into public slots section.
parent 0c8eab2c
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,10 @@ public:
inline const QLineEdit* GetInput() const;
inline QLineEdit* GetInput();
protected slots:
public slots:
void SetFileName( const QString& value );
protected slots:
void SelectFile();
private:
......
......@@ -48,8 +48,10 @@ public:
/** Get the PixelType*/
//itkGetMacro(PixelType, int);
protected slots:
public slots:
void SetFileName( const QString& value );
protected slots:
void SelectFile();
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment