Sfoglia il codice sorgente

Merge branch 'restore-waitForFinished'

* restore-waitForFinished:
  Add no-op implementation for waitForImportFinished
Steve Pieper 12 anni fa
parent
commit
1e823001cb
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      Libs/DICOM/Core/ctkDICOMIndexer.cpp

+ 7 - 0
Libs/DICOM/Core/ctkDICOMIndexer.cpp

@@ -255,6 +255,13 @@ void ctkDICOMIndexer::refreshDatabase(ctkDICOMDatabase& dicomDatabase, const QSt
   */
   }
 
+//------------------------------------------------------------------------------
+void ctkDICOMIndexer::waitForImportFinished()
+{
+  // No-op - this had been used when the indexing was multi-threaded,
+  // and has only been retained for API compatibility.
+}
+
 //----------------------------------------------------------------------------
 void ctkDICOMIndexer::cancel()
 {