refs #580, refs #586, allow to select by (aircraft) IATA code and family

This commit is contained in:
Klaus Basan
2016-01-28 22:37:05 +01:00
parent 940c0ce0c4
commit 5954d154cc
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ namespace BlackGui
{
if (count > 0)
{
QCompleter *c = new QCompleter(this->getAircraftIcaoCodes().toCompleterStrings(), this);
QCompleter *c = new QCompleter(this->getAircraftIcaoCodes().toCompleterStrings(true, true), this);
c->setCaseSensitivity(Qt::CaseInsensitive);
c->setCompletionMode(QCompleter::PopupCompletion);
c->setMaxVisibleItems(10);