X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOGimmickView.h;h=fb9f17738ec4bc6e5b6623ca49a796e45dcab3bd;hb=a881ab2fb97d10dd3cff975444f81b0b497b2ad7;hp=c34f895d08d89e09ef8b3d7efea894272f7bd177;hpb=571ba36f99e308623afc6f6cd0e7e3ae0a4bc09e;p=creaImageIO.git diff --git a/src/creaImageIOGimmickView.h b/src/creaImageIOGimmickView.h index c34f895..fb9f177 100644 --- a/src/creaImageIOGimmickView.h +++ b/src/creaImageIOGimmickView.h @@ -12,8 +12,8 @@ #include #endif -#if defined(USE_QT4) -#include +#if defined(USE_QT) +#include "Qt/creaImageIOQMultiThreadImageReader.h" #endif @@ -112,8 +112,7 @@ namespace creaImageIO { GimmickError("INTERNAL ERROR : EditFields not implemented"); } /// Anonymize or de-anonymize data - virtual void Anonymize(std::vector i_filenames, int type) - { GimmickError("INTERNAL ERROR : Anonymize not implemented"); } + void Anonymize(std::vector i_filenames, int type); /// Display all Dicom Tags virtual void DumpTags(const std::string filename)