From 79151245425b39433a6792afd986717e7e3d6e89 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Sat, 8 Apr 2017 12:08:09 +0200 Subject: [PATCH] USe new signal from indexing agent --- src/searchdialog/incompleteindexdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/searchdialog/incompleteindexdialog.cpp b/src/searchdialog/incompleteindexdialog.cpp index 69192d6bc..d48e854c6 100644 --- a/src/searchdialog/incompleteindexdialog.cpp +++ b/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));