#ifndef BIPIMAGE_H #define BIPIMAGE_H #include #include "model/ultrasoundModule/metadata/UsMetadataBag.h" typedef struct BipImage_t { QImage bImage; QImage mImage; QImage cImage; QImage cmImage; UsMetadataBag metaData; }BipImage_t; Q_DECLARE_METATYPE(BipImage_t) #endif //BIPIMAGE_H