#ifndef PROCESSINGITEM_H #define PROCESSINGITEM_H #include struct ProcessingItem { QPoint screenPos; QPixmap source; QString recognized; QString translated; bool isValid () const; }; Q_DECLARE_METATYPE(ProcessingItem) #endif // PROCESSINGITEM_H