debug messages

This commit is contained in:
Jean-Francois Dockes 2010-11-27 17:40:19 +01:00
parent b672d705e6
commit a9e36734c8

View File

@ -413,12 +413,10 @@ void UIPrefsDialog::addExtraDbPB_clicked()
// here) does not work anymore here: qt 4.6.3
#if 1
string nv = (const char *)input.local8Bit();
LOGDEB(("New value [%s]\n", nv.c_str()));
QListViewItemIterator it(idxLV);
while (it.current()) {
QCheckListItem *item = (QCheckListItem *)it.current();
string ov = (const char *)item->text().local8Bit();
LOGDEB(("From list [%s]\n", ov.c_str()));
if (!ov.compare(nv)) {
QMessageBox::warning(0, "Recoll",
tr("The selected directory is already in the index list"));