소스 검색

QUuid is a struct, not a class

Ivo Wolf 14 년 전
부모
커밋
a93c365946
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Plugins/org.commontk.dah.core/ctkDicomExchangeInterface.h
  2. 1 1
      Plugins/org.commontk.dah.core/ctkDicomObjectLocatorCache.h

+ 1 - 1
Plugins/org.commontk.dah.core/ctkDicomExchangeInterface.h

@@ -27,7 +27,7 @@
 #include <QObject>
 #include "ctkDicomAppHostingTypes.h"
 
-class QUuid;
+struct QUuid;
 
 struct ctkDicomExchangeInterface
 {

+ 1 - 1
Plugins/org.commontk.dah.core/ctkDicomObjectLocatorCache.h

@@ -29,7 +29,7 @@
 #include <org_commontk_dah_core_Export.h>
 
 class ctkDicomObjectLocatorCachePrivate;
-class QUuid;
+struct QUuid;
 
 /**
   *