Skip to content
Snippets Groups Projects
Commit f6c1c5f8 authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

STYLE

parent c1e63885
Branches
Tags
No related merge requests found
...@@ -22,7 +22,8 @@ namespace otb ...@@ -22,7 +22,8 @@ namespace otb
namespace Wrapper namespace Wrapper
{ {
QtWidgetInputVectorDataListParameter::QtWidgetInputVectorDataListParameter(InputVectorDataListParameter* param, QtWidgetModel* m) QtWidgetInputVectorDataListParameter::QtWidgetInputVectorDataListParameter(InputVectorDataListParameter* param,
QtWidgetModel* m)
: QtWidgetParameterBase(param, m), : QtWidgetParameterBase(param, m),
m_InputVectorDataListParam(param) m_InputVectorDataListParam(param)
{ {
...@@ -356,7 +357,8 @@ void QtWidgetInputVectorDataListParameter::RecreateVectorDataList() ...@@ -356,7 +357,8 @@ void QtWidgetInputVectorDataListParameter::RecreateVectorDataList()
for(unsigned int j = 0; j < m_FileSelectionList.size(); j++) for(unsigned int j = 0; j < m_FileSelectionList.size(); j++)
{ {
m_InputVectorDataListParam->AddFromFileName(m_FileSelectionList[j]->GetFilename()); m_InputVectorDataListParam->AddFromFileName(m_FileSelectionList[j]->GetFilename());
connect(m_FileSelectionList[j]->GetInput(), SIGNAL(textChanged(const QString&)), this, SLOT(UpdateVectorDataList())); connect(m_FileSelectionList[j]->GetInput(), SIGNAL(textChanged(const QString&)),
this, SLOT(UpdateVectorDataList()));
} }
emit Change(); emit Change();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment