USe new signal from indexing agent

wilder-work
Montel Laurent 9 years ago
parent 88eb29215e
commit 7915124542
  1. 2
      src/searchdialog/incompleteindexdialog.cpp

@ -202,7 +202,7 @@ void IncompleteIndexDialog::waitForIndexer()
mProgressDialog->setLabelText(i18n("Indexing Collections..."));
connect(mProgressDialog, &QDialog::rejected, this, &IncompleteIndexDialog::slotStopIndexing);
connect(mIndexer, SIGNAL(currentCollectionChanged(qlonglong)),
connect(mIndexer, SIGNAL(collectionIndexingFinished(qlonglong)),
this, SLOT(slotCurrentlyIndexingCollectionChanged(qlonglong)));
mIndexer->asyncCall(QStringLiteral("reindexCollections"), QVariant::fromValue(mIndexingQueue));

Loading…
Cancel
Save