ソースを参照

Add no-op implementation for waitForImportFinished

Steve Pieper 12 年 前
コミット
dab9bbf63d
共有1 個のファイルを変更した7 個の追加0 個の削除を含む
  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()
 {