Skip to content

Commit

Permalink
Remove implicit QString -> QStringList conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Aug 30, 2023
1 parent 3e59e7d commit 236984b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/ui/qml/Loading/ImportAttributesDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ Window
function updateModel()
{
let headers = tabularDataParser.rowHeaders(ValueType.All,
keyHeaderComboBox.currentText);
[keyHeaderComboBox.currentText]);
model = headers;
selectAll();
}
Expand Down

0 comments on commit 236984b

Please sign in to comment.