Sort the list of dive computer vendors in the download dialog
This makes so much more sense. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fdf8c905d6
commit
3ce5520b9c
@ -226,6 +226,8 @@ void DownloadFromDCWidget::fill_computer_list()
|
||||
productList["Uemis"].push_back("Zurich");
|
||||
|
||||
descriptorLookup[QString("UemisZurich")] = (dc_descriptor_t *)mydescriptor;
|
||||
|
||||
qSort(vendorList);
|
||||
}
|
||||
|
||||
void DownloadFromDCWidget::on_cancel_clicked()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user