Automatically activate newly added external index

This commit is contained in:
Jean-Francois Dockes 2012-10-13 18:30:13 +02:00
parent bfeb681574
commit b4474da931

View File

@ -494,6 +494,6 @@ void UIPrefsDialog::addExtraDbPB_clicked()
} }
#endif #endif
QListWidgetItem *item = new QListWidgetItem(input, idxLV); QListWidgetItem *item = new QListWidgetItem(input, idxLV);
item->setCheckState(Qt::Unchecked); item->setCheckState(Qt::Checked);
idxLV->sortItems(); idxLV->sortItems();
} }