|
|
|
@ -221,7 +221,7 @@ void IncompleteIndexDialog::slotCurrentlyIndexingCollectionChanged(qlonglong col |
|
|
|
{ |
|
|
|
{ |
|
|
|
const int idx = mIndexingQueue.indexOf(colId); |
|
|
|
const int idx = mIndexingQueue.indexOf(colId); |
|
|
|
if (idx > -1) { |
|
|
|
if (idx > -1) { |
|
|
|
mIndexingQueue.removeAll(idx); |
|
|
|
mIndexingQueue.removeAll(colId); |
|
|
|
mProgressDialog->setValue(mProgressDialog->maximum() - mIndexingQueue.size()); |
|
|
|
mProgressDialog->setValue(mProgressDialog->maximum() - mIndexingQueue.size()); |
|
|
|
|
|
|
|
|
|
|
|
if (mIndexingQueue.isEmpty()) { |
|
|
|
if (mIndexingQueue.isEmpty()) { |
|
|
|
|