浏览代码

QUuid is a struct, not a class

Ivo Wolf 14 年之前
父节点
当前提交
a93c365946

+ 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;
 
 /**
   *