Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
f823f350
Commit
f823f350
authored
Oct 29, 2020
by
Julien Cabieces
Browse files
fix values list empty
parent
55c1088e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Wrappers/QGIS/src/otbQgisDescriptor.cxx
View file @
f823f350
...
...
@@ -259,7 +259,9 @@ int main(int argc, char* argv[])
for
(
auto
k
:
key_list
)
values
+=
k
+
";"
;
values
.
pop_back
();
if
(
values
.
size
())
values
.
pop_back
();
dFile
<<
"|"
<<
values
;
ChoiceParameter
*
cparam
=
dynamic_cast
<
ChoiceParameter
*>
(
param
.
GetPointer
());
default_value
=
std
::
to_string
(
cparam
->
GetValue
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment