Forráskód Böngészése

QUuid is a struct, not a class

Ivo Wolf 14 éve
szülő
commit
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;
 
 /**
   *