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:
Dirk Hohndel 2014-01-14 21:05:41 +07:00
parent fdf8c905d6
commit 3ce5520b9c

View file

@ -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()