mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue